Files
Demo/test.py
2019-12-20 11:33:03 +01:00

3 lines
57 B
Python

def testfunktion(*args, **kwargs):
print(*args, end="")