Merge branch 'developer' of https://gitea.hokage.de/RecklingK/Demo into developer

This commit is contained in:
2019-12-20 11:45:51 +01:00

10
test.py Normal file
View File

@@ -0,0 +1,10 @@
def testfunktion(*args, **kwargs):
print(*args, end="")
testfunktion(
"mein",
"test",
"noch",
"mehr",
)