FREE INTERACTIVE ONLINE COURSE

Python 3

FOR BEGINNERS


"The first Python course that simply amazed me. Very well explained and easy to understand." (Alexandru Cosmin)

"The best Python course in Romania." (Iulian Geană)


ALL REVIEWS
COMUNITY
EXERCISES
Computer Science - Problem Collection in Python


[Back to Index]

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
Editor - problem_#75.py
       
Console done
Graphical mode (turtle window) done
 arrow_back   home   perm_identity   list   arrow_upward