01 / 06
A number goes in as it is
You wrapped text in ". A number you do not wrap. You write 100, just like that.
That is not a rule for the sake of it. Leaving the quotes off is how you say to Python "this one is a value you can do sums with".
print(100)Result
100