Project Level 1: Beginner
This project is designed for beginner learners who are still learning and practicing Python fundamentals.
Project Description
Create a program that lets the user submit three numbers and the program calculates the maximum number.
How the Project Works
(1) The program prompts the user to enter a number in the terminal:
(2) The user types in a number (e.g., 7) and presses Enter. The program prompts the user to enter two more numbers:
After the user enters the third number, the program displays a message with the maximum number out of the three numbers.
Prerequisites
Required Libraries: No libraries are required.
Required Files: No files are required.
IDE: You can use any IDE on your computer to code the project.
Danger Zone
Once you code the project, compare it with our solution below: