Week 1 Unit 5: Exercise
Last updated: 3 days ago (11. April 2025)
Write a Python program that asks the user to enter three integer numbers. The program should output the largest of the three numbers.
Below is an example execution of the program:
Please enter the first number: 23
Please enter the second number: 42
Please enter the third number: 11
The largest number is 42