Python Programming - Console Input/Output - Discussion

Discussion Forum : Console Input/Output - General Questions (Q.No. 3)
3.
How can you read an integer input from the console?
int_input()
read_integer()
int(input())
read.console(integer)
Answer: Option
Explanation:
To read an integer input from the console, you can use int(input()) to convert the input string to an integer.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.