
1. Function
1.1. type
1.1.1. print
1.1.2. list
1.1.2.1. features
1.1.2.1.1. append()
1.1.2.1.2. del
1.1.2.1.3. pop()
1.1.2.1.4. sort()
1.1.2.1.5. reverse()
1.1.2.1.6. len()
1.1.2.1.7. slicing
1.1.2.2. type
1.1.2.2.1. tuple
1.1.2.2.2. dictionary
1.1.2.3. nesting
1.1.3. conditions
1.1.3.1. command
1.1.3.1.1. if
1.1.3.1.2. elif
1.1.3.1.3. else
1.1.3.1.4. not
1.1.3.1.5. in
1.1.3.2. features
1.1.3.2.1. ==
1.1.3.2.2. !=
1.1.3.3. value
1.1.3.3.1. boolean
1.1.4. loop
1.1.4.1. command
1.1.4.1.1. for
1.1.4.1.2. while
1.1.4.2. features
1.1.4.2.1. range
1.1.5. input
1.1.6. import
1.1.6.1. everything
1.1.6.1.1. command
1.1.7. function
1.1.7.1. command
1.1.7.1.1. def
1.1.7.2. augment
1.1.7.2.1. types
1.1.7.3. parameter
1.1.7.4. features
1.1.7.4.1. return
1.1.8. alias
1.1.8.1. command
1.1.8.1.1. as
1.1.9. class
1.1.9.1. instance
1.1.9.2. method
1.1.9.2.1. __ init __()
2. Variables
2.1. Strings
2.1.1. features
2.1.1.1. f''
2.1.1.2. \n
2.1.1.3. \t
2.1.1.4. strip
2.1.1.5. +=
2.1.1.6. !=
2.1.1.7. %
2.2. Numbers
2.2.1. Integers
2.2.2. Floats
2.2.3. Constants
2.3. Boolean
2.3.1. features
2.3.1.1. flag