Sedreh / python-course

0 stars 0 forks source link

Exam task for Sedreh Nassirnia #25

Closed YakutovDmitriy closed 5 years ago

YakutovDmitriy commented 5 years ago

Main requirements

Your program should never fail.

You are free to implement the task as you want. In particular, if there are some uncertainties, you have to decide what to do.

You are free to add some functionality. Please describe all features you added.

Implement application translate.py to translate words.

You should store dictoinary in file dict.tr. Note that one string can have different meanings in different languages (e.g. Ja is Yes in German and I in Russian). You can assume that one string can have no more than one meaning in one language.

You should assume that name of language do not depend on case: English is the same language as english.


YakutovDmitriy commented 5 years ago

Hello!

Some issues I want to mension:

6.5 points

Sedreh commented 5 years ago

Dear Dmitry, Is there anything wrong with my translator?