Shri
@7Shri
Lean Production is the Best thing ever
0
Newer Math Quiz Harder and more diverse maths questions
70
1
0
114
New Multi Maths Quiz (FIXED)maths skills practice
14.9K
175
114
PulsAte Addition Question 1. What is 3 + 70 = 73
Correct :)
Subtraction Question 1. What is 91 - 39 =
Traceback (most recent call last):
File "main.py", line 43, in <module>
score = subtraction(score)
File "main.py", line 30, in subtraction
user_answer = int(input(question))
ValueError: invalid literal for int() with base 10: ''
")
File "<stdin>", line 1
")
^
SyntaxError: EOL while scanning string literal
:)
File "<stdin>", line 1
:)
^
SyntaxError: invalid syntax
print("you like men with a big dock named tycen")
you like men with a big dock named tycen
2 months ago
HAGOPPILAVIAN1 If you want to use variables in a string, you can use an f-string, or formatted string, like so.
number = 4
print(f"The number is {number}")
output:
The number is 42 months ago