12311k

Untitled

Mar 7th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. def process_query(query):
  2. print("Привет, я Анфиса!")
  3. if query == 'Сколько у меня друзей?':
  4. count = len(FRIENDS)
  5. print_friends_count(count)
  6. else:
  7. print('<неизвестный запрос>')
Add Comment
Please, Sign In to add comment