Unit 3
Unit 3
Unit 3 Exercise
Ask the user for an input. If the input is all letters, return True. Else,
return false.
Ask the user for two inputs. Print the first letters of one of the inputs
and print the last letter of the other input (how would we obtain the
index of last letter of a random input? | Hint: len() - 1)
Ask the user for a number as an input. If the input is less than 50, print
I can fight the ninjas. Else, if the input is greater than 50 but less
than 100, print Maybe I can fight the ninjas. Else, if the input is
greater than 100, print Thats too many!