Skip to content

I created this project for my introductory Python course for an assignment to handle simple file i/o. This program will prompt the user to enter some data, write that data to a file, and output the contents of the created file.

Notifications You must be signed in to change notification settings

ckberns/File-Input-Output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This program performs simple file handling by prompting the user to enter their full name, as well as a series of test scores. This information will be processed, then written to a new .txt file that will be saved within the project directory. Finally, the program will output the entered information to the user.

About

I created this project for my introductory Python course for an assignment to handle simple file i/o. This program will prompt the user to enter some data, write that data to a file, and output the contents of the created file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages