Question: Formative Assessment Input 2 What is the difference between the x = input ( Ent letter ) and There is no difference in the

Formative Assessment Input 2
What is the difference between the x= input("Ent letter") and
There is no difference in the two statements; the both will accept whatever the user types in.
x= input("Enter a letter") will store the inpu into the variable named x, while letter") will collect the input and then throw i away.
x = input("Enter a letter") will accept a num while input("Enter a letter") will accept a character.
x = input("Enter a letter") will store a numb one is entered while input("Enter a letter") only store characters.
 Formative Assessment Input 2 What is the difference between the x=

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!