+ 1
Guys please help out
x = input("Enter your Digit: ") print ("Output:" eval(x))
2 Answers
+ 1
Separate arguments with commas: print("Output:", eval(x))
Is that what you expected?
0
I supose to type in a number then it gives me the output.!
x = input("Enter your Digit: ") print ("Output:" eval(x))