Week 1 Unit 5: Exercise

18. June 2024

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

< Previous unit | Next unit > | Course Overview