Basics

force1.jpeg

Back to the spell book

1. Simple Arithmetic

2. Using math library for mathematical functions.

Alternatively, use the following to avoid specifying the library in the function

from math import *

3. List functions in a library

4. Help with specific function

4. Type

5. Strings

6. Boolean Logic

6.1 Equivalence

6.2 AND

6.3 OR

7. Conversions

8. Variables