How to display variables in an input statement?
-
Okay, how do I go about displaying variables in an input statement? When I enter something like
reply=input("What is ",first," times ",second)
I get an incorrect number of parameters error.
-
@Tranceaholic Instead of a comma do a plus.