~ python notes ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~
if we said print("hello world")
print(""): is a function
we define functions with parentheses ( when you see parenthesis you know
that it is a function)
but the thing inside the quotations is called string ("hello world")
string: is a sequence of characters(letters,numbers,etc...)
ex: in hello world (just like how we consider the h a character the space that
we left between the words is also considered as a character)
if you saw a bunch of characters in (" ") you can know that this is a string