Okay, thank you very much. I guess I was confused from the progress of the tutorial. It starts with explaining in mathematics and logic, where the tutorial would not have you put quotes around say 1.
For example,
>>> username="joe"
>>> un=1
>>> print(username)
joe
>>> print(un)
1
>>>
Any further explanations, please?