Python Programming - Console Input/Output - Discussion
Discussion Forum : Console Input/Output - General Questions (Q.No. 39)
39.
How can you read multiple integers from the console and store them in a list?
Answer: Option
Explanation:
To read multiple integers from the console and store them in a list, use
list(map(int, input().split()))
.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers