Learning Basic Python Programming in May - Day 3

Today I worked with variables in code to store values and assigning values to variables. Even a string such as "I am Holivision" is a variable. If I use sent1 as the variable's name for the string "I am Holivision"and I don't want the quotation marks to appear in the Python console when I request the value I can use the print() function I worked with yesterday: print(sent1).

Image Source: PyCharm IDE on my computer



3766
Daily Activity, Walking