1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Set count_to equal to the sum of two big numbers addition = 72 + 23 substration = 108 - 204 multiplaction = 108 * 0.5 division = 108 / 9 if (addition< substration) x = mul < = div x = true else x = div < mul x = false if x = true print count = true else print count = false count_to = addition + multiplaction print count_to |
Error:File "python", line 6
if(addition< substration)
^
SyntaxError: invalid syntax