Question: Jump to level 1 String name 1 _ input is read from input. String str 1 contains a special character. Modify str 1 so the

Jump to level 1
String name1_input is read from input. String str1 contains a special character. Modify str1 so the program outputs name1_input
followed by can't eat avocados.
Ex: If the input is Ray, then the output is:
Ray can't eat avocados
name1_input = input ()
str1= 'can't eat avocados'
print(name1_input, str1) # Output name1_input followed by str1, separated by a whitespace
 Jump to level 1 String name1_input is read from input. String

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!