funktion paar zeilen

This commit is contained in:
2019-12-20 11:34:34 +01:00
parent 31c96cfa99
commit 4d6c216b0d

View File

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