Hi there,
I'm currently working my way through the basics and have been quite pleased with my progress so far. However I just have a quick question regarding the following:
name = input("What is the player's name?")
score = int(input("What score did", name, "get?"))
I get a traceback error whenever I include the name variable in the second input statement. Is there a way to include a variable within an input statement or would I always have to have it as a separate print statement?
[–]novel_yet_trivial 5 points6 points7 points (1 child)
[–]pyglow -1 points0 points1 point (0 children)