Advertisement
Chiller1337

Untitled

Mar 30th, 2020
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.36 KB | None | 0 0
  1. async def output():
  2.     """Вот здесь все и путается"""
  3.     await client.send_message(some_id, 'a')
  4.     await asyncio.sleep(10)
  5.     await client.send_message(some_id, 'b')
  6.     await asyncio.sleep(10)
  7.     await client.send_message(some_id, 'c')
  8.     await asyncio.sleep(10)
  9.     await client.send_message(some_id, 'd')
  10.     await asyncio.sleep(10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement