3 Commits

Author SHA1 Message Date
akira 1a6df64a6d Merge branch 'developer' of https://gitea.hokage.de/RecklingK/Demo into developer 2019-12-20 11:44:04 +01:00
akira 4d6c216b0d funktion paar zeilen 2019-12-20 11:43:43 +01:00
akira 31c96cfa99 pre-cherry 2019-12-20 11:33:03 +01:00
+10
View File
@@ -0,0 +1,10 @@
def testfunktion(*args, **kwargs):
print(*args, end="")
testfunktion(
"mein",
"test",
"noch",
"mehr",
)