Skip to content

lynn004/filehandling.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

My First Python File Handling Project 🐍

This is one of my first projects in Python where I’m learning about file handling and exception handling.

The program is very simple but it taught me a lot:

  • How to open and read a file.
  • How to write a new file with some changes.
  • How to ask the user for a filename and handle errors if the file doesn’t exist.

It may not be perfect, but it’s a big step for me in learning how Python works with files.

Files in this repo

  • input.py → my Python code.
  • README.md → this description.

How to run it

  1. Make sure Python is installed on your computer.
  2. Open a terminal in this folder.
  3. Run the file using:
    python input.py
    

About

file and exception handling assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages