Computer Science - Problem Collection in Python
Requirement. Synonyms/Antonyms. Write a program that creates a text file as a Dictionary of Synonyms/Antonyms entered from the keyboard.
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".
The file will store the base words on the first line and the corresponding synonym/antonym on the second line.
Autor: admin | Cod: #75 | Medium