You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
user_choice = input('Выберите направление кодирования. Введите "К" для кодирвоания текста и "Д" для декодирования текста. Для выхода нажмите любую другую клавишу')
if user_choice not in 'КД':
break
else:
direction_process = (False if user_choice == 'K' else True)