Project Level 1: Beginner
This project is designed for beginners who are still learning and practicing Python fundamentals.
Project Description
Create a program that lets the user submit three numbers and returns the average of those numbers.
How the Project Works
(1) The program prompts the user to enter a first number in the terminal:
(2) Once the user submits a number (e.g., 4), the program asks the user to submit two more numbers:
After submitting the third number, the program prints out a message containing the average of all three numbers. The average should be in two decimal points format (e.g., 3.33).
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: