Python multi-arguments

print("Total score for %s is %s  ", name, score)
Itamar Mor