Commands
input: is a function used to take in user input.
output: Is the printing of input into the consle
HTML: a structured markup processing tool.
Square brackets []: Square brackets are used for lists and tuples
For loop: A for loop is used for iterating over a sequence(even if its a list, tuple, dictionary, string, or a set) This works more like a iterator method as found in other object-oriented programming languages