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 stores data in a text file.
How the Project Works
(1) Your program should ask the user to enter three sentences:
(2) Once the user has submitted the sentences, the program prints out a message saying that the sentences have been saved in a text file.
(3) The sentences are stored in a text file and there should be dash lines between the sentences. Here is what the text file should look like:
Project Skills Needed
This project covers the following concepts. Click any link to learn more about them if you're unfamiliar.
input() function | print() function | strings
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
Get some help here if you get stuck:
Once you code the project, compare it with our solution below: