Day 1

Today I worked with printing to screen, asking for input and using variables all inked together with some debugging in between. As you can see in my code I don’t always follow the course a 100% and I throw in my own opinion.

Notes:

comments = ctrl + /
next line in string = \n
len = length of string (amount of characters) = integer
to use int in a print use str(variable)

Comments are closed.