mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
3 lines
65 B
Python
3 lines
65 B
Python
|
|
def out(*message, sep=' '):
|
||
|
|
print('Test', sep.join(message))
|