KALIIOWORK / basic_python_programs

Explore easy-to-understand Python programs for beginners! Contribute, learn, and grow your coding skills. Start your Python journey here! 🚀🐍
0 stars 8 forks source link

Add Basic File Manipulation Program #26

Closed Chaitra-k-r closed 10 months ago

Chaitra-k-r commented 10 months ago

Hi @KALIIOWORK ,

I have coded a script for file manipulation. And created the pull request for the same.

Here user can view, add, update and delete file entries.

  1. User cannot add duplicate data.
  2. User can update the entry only if the corresponding entry is found.
  3. User can delete the entry only when the exact entry is found.

Let me know if there is any feedback or suggestion. Thank you.

Chaitra-k-r commented 10 months ago

https://github.com/KALIIOWORK/basic_python_programs/issues/8