12311k

Untitled

Mar 7th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def process_query(query):
  2. tokens = query.split(', ')
  3. name = tokens[0]
  4. if name == 'Анфиса':
  5. return process_anfisa(tokens[1])
  6. else:
  7. return process_friend(name, tokens[1])
Add Comment
Please, Sign In to add comment