ha python
no seriously a kid i know learned that at 12 years old
I know the basics, but I want to learn how to tap into it.
For example, I know how to do if statements and spilcing strings.
cakemix = 'Hi There!'
print(cakemix[0:2])
That
should return 'Hi' nested in a list.