Work in Progress
Current tuturial: https://docs.python.org/3/tutorial/introduction.html

Python

Python is a powerful coding tool. there are many ways to start python or write in python.

Some basics

value types

assign variables

Can do simple variable subs with =

Also you can create multple assingments with , in both sides of =

Output text

There are a lot of rules about printing text. Here are some basics.

Special Charactors

When you want to indicate spaces, or chars that normally are used as an interpreter, put a \ before. As in:

To not interpret \ as a line, put r before quotes