SyntaxFix
Write A Post
Hire A Developer
Questions
A simpler one.
def printf(format, *values): print(format % values )
Then:
printf("Hello, this is my name %s and my age %d", "Martin", 20)