Question 481: What will happen if you try to useinput()without assigning it to a variable?
tcs
wipro
infosys
general
aptitude
console-inputoutput
python-programming
If you useinput()without assigning it to a variable, the entered input will be displayed on the console.