diff --git a/test.py b/test.py index 1d45031..98053d2 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,10 @@ def testfunktion(*args, **kwargs): print(*args, end="") + + +testfunktion( + "mein", + "test", + "noch", + "mehr", +)