Python Programming - Console Input/Output - Discussion
Discussion Forum : Console Input/Output - General Questions (Q.No. 69)
69.
How can you prompt the user to enter three numbers and find the maximum among them?
Answer: Option
Explanation:
To prompt the user to enter three numbers and find the maximum among them, use
print("Maximum:", max(input("Enter three numbers: ").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