К
Size: a a a
К
Б
D
Б
D
А
D
ЕП
import asyncio
from aiogram import Bot
bot = Bot(token="token")
async def myfunc(a, b):
await bot.send_message(12345678, a+b)
if __name__ == '__main__':
asyncio.run(myfunc(1, 2))
Б
import asyncio
from aiogram import Bot
bot = Bot(token="token")
async def myfunc(a, b):
await bot.send_message(12345678, a+b)
if __name__ == '__main__':
asyncio.run(myfunc(1, 2))
ЕП
К
К
К
К
AS
AS
К
D
К