Advertisement
skaper

Untitled

Jun 24th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. elif query == 'который час?':
  2. if city not in UTC_OFFSET:
  3. return f'<не могу определить время в городе {city}>'
  4. time = what_time(city)
  5. return f'Там сейчас {time}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement