Question: 9. Write a script that takes a character (i.e. a string of length 1) as input from the user and returns True if it is

 9. Write a script that takes a character (i.e. a string

9. Write a script that takes a character (i.e. a string of length 1) as input from the user and returns True if it is a consonant, False otherwise. A check on the length of the input string is required 10. Write a script that reads a file word_list.csv composed by n words and prints the length of the shortest one. Please noter: The file word list.csv doesn't need to be asked to the user (meaning the name will be in the code) Assume that the file contains n records, each one composed by 1 word. Words can be present more than once A sample word_list.csv file is attached for testing 11. Write a script that takes a non-numerical string as input from the user and computes its reversal. For example, for the input "I am testing" should return the string "gnitset ma I". A check on the type of the input string is required (it has to be non-numerical)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!