def testfunktion(*args, **kwargs): print(*args, end="") testfunktion( "mein", "test", "noch", "mehr", )