<AptiCode/>

Question 480: How can you read an integer input from the console?

tcs
wipro
infosys
general
aptitude
console-inputoutput
python-programming

To read an integer input from the console, you can useint(input())to convert the input string to an integer.