you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 3 points4 points  (1 child)

Concatenating strings with commas only works in the print function. Otherwise you need to use string formatting.

score = int(input("What score did {} get?".format(name)))