Day 3
I am learning Python for automating IT tasks and documenting my process/progress here.
Today I am learning about SYNTAX and DATA TYPES and VARIABLES and PARAMETERS and FUNCTIONS.
Anything wrapped in quotation marks is considered a STRING in Python.
Use the TYPE command to identify what DATA TYPE something is. This is useful when looking at code someone else has written.
VARIABLES
EXPRESSIONS
OPERATIONS
FUNCTIONS