Author Topic: AxolotlBL wants to learn Python 2  (Read 1483 times)

What should I read and do to help me?



there's already one of these threads


ha python
no seriously a kid i know learned that at 12 years old

Why two topics?
i think it's a forum bug, same thing happened to a guy in drama at about the same time

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.
Code: (Python) [Select]
cakemix = 'Hi There!'
print(cakemix[0:2])
That should return 'Hi' nested in a list.