This is an old revision of the document!
Work in Progress
Current tuturial: https://docs.python.org/3/tutorial/introduction.html
Python is a powerful coding tool. there are many ways to start python or write in python.
Can do simple variable subs with =
Also you can create multple assingments with , in both sides of =
There are a lot of rules about printing text. Here are some basics.
will output ticket. If you want quotes you have to do them in
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