Advertisement
plarmi

work1_3

May 11th, 2023
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.35 KB | None | 0 0
  1. nick = input()
  2. secret_list = ['Мавпродош', 'Лорнектиф', 'Древерол', 'Фиригарпиг', 'Клодобродыч']
  3.  
  4. while nick not in secret_list:
  5.     print('Тут ничего нет. Еще есть вопросы?')
  6.       nick = input()
  7. else:
  8.       print(f'Ты – свой. Приветствую, любезный {nick}!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement