Python Programming - Console Input/Output - Discussion

Discussion Forum : Console Input/Output - General Questions (Q.No. 4)
4.
What will happen if you try to use input() without assigning it to a variable?
Error: input() cannot be used without assignment
The input will be ignored
The program will terminate
The input will be printed to the console
Answer: Option
Explanation:
If you use input() without assigning it to a variable, the entered input will be displayed on the console.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.