In this article, I'll be exploring the basics of Python, i.e. variables, input and output. You'll need Python (2.7+), a computer, and some free time. Variables Simply put, variables are like envelopes ...
and if you have numbers ONLY than it doesn't need quatation marks or double quatation marks, for example if I said: print(12345678910) It would still work,now that doesn't mean you can't have ...
# Prog04: Create a program that ask the user to input their fullname. Print the input in all lower case.