mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
2 lines
65 B
Python
2 lines
65 B
Python
def out(*message, sep=' '):
|
|
print('Test', sep.join(message))
|