Computer Science - Problem Collection in Python
Requirement. Project - Oracle. Write a program that creates a text file as a
personal journal. The program should display/inform the user at each step, check the existence of the file, and display "I have created the file!"; "The file exists, what do you want to do? Enter 1 for reading, 2 for additions, 3 for permanent deletion of the file, 0 for exit".
Note! Use the
datetime module (look it up on the Internet):
from datetime import date and
data = date.today() or use another method (reading from the keyboard) to insert the current date at the beginning of each addition.
Autor: admin | Cod: #70 | Medium