Very Quick Question. I have a print function that looks like the statement below:
print(*Runner(x,y))
What is the *
for in this case? I have no clue what it does in this context.
Very Quick Question. I have a print function that looks like the statement below:
print(*Runner(x,y))
What is the *
for in this case? I have no clue what it does in this context.