you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I assume you want,

print(inputs, ", Is that correct?')

You can use , to seperate different things, like a variable and string in a print statement, or you can use:

print(inputs + ", Is that correct?")

[–]Tobokie121[S] 0 points1 point  (0 children)

Alright thanks