Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created January 29, 2017 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamtur01/a6523319ec68053f917f2edb28d11977 to your computer and use it in GitHub Desktop.
Save jamtur01/a6523319ec68053f917f2edb28d11977 to your computer and use it in GitHub Desktop.

Given the word list:

word_list = [ "hello", "helicopter", "shaving", "door", "aluminum", "pen" ]
  1. Write a function that prints out the longest word and its length, the shortest word and its length, and the average word length

  2. Reverse the letters of each word in the array and sort from shortest to longest.

If you were going to build an app for your C4Q class to help it run better and make it easier to learn:

  1. How would you determine what to build?
  2. What do you think the 3 most important features are, and why?
  3. What feature would you build first and why?
  4. Draw me a quick wireframe of the most important feature?
  5. How would you determine after you released the app that you had built the right features and that people were using them as intended?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment