Question: What code is missing from line 2 in order to have the following output given someone types in the word Jane CODE: 1) fname =
What code is missing from line 2 in order to have the following output given someone types in the word "Jane" CODE: 1) fname = input ("What is your name? ") 2) 3) print ("Your name is not Bob.") 4) else: 5) print ("Your name is Bob.") OUTPUT: What is your name? Jane Your name is not Bob. Question 12 Retype the incorrect line of code below in order to produce the output. CODE: x=3ifx
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
