Challenge: Implement Multiple Routines
Test yourself by implementing multiple routines.
We'll cover the following
Problem statement
Write a program where you do the following:
Define a routine named
give_a_word
that prompts the user to give a word.Define a routine named
display
that outputs the content of a collection.Ask for 5 words and display the words using the above methods.
Sample input
Get hands-on with 1400+ tech skills courses.