Intro to Programming and Data Science (Fall 2022)/Week 4 Coding Challenges: Difference between revisions

From CommunityData
(Copying content from previous class)
 
(No difference)

Revision as of 21:09, 15 July 2022

Python for Everybody

Chapter 7:

  • Exercises 1, 2, and 3

Wordplay Level 2

  • For every letter, print the word that uses that character the most. Hint: use two nested for loops. First one is
for letter in 'abcdefghijklmnopqrstuvwxyz':
    # do something
  • Find the longest string where no character appears more than 1 time. (Hint: look up counters)
  • Use Python to find one other interesting fact about the data set. Examples (that you can't use) might be:
    • One of the words that is tied for the most vowels is aquifoliaceous
    • The word with the highest consonant to vowel ratio is sulphhydryls