-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththings_covered.txt
45 lines (45 loc) · 904 Bytes
/
things_covered.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
- Lists
- 2D lists
- List method: append
- Zero-Indexing
- List Indices
- Zero list Indices
- Accessing 2D lists
- Modifying 2D lists
- List method: .remove()
- List method: .count()
- Determining List length with len()
- List method: .sort()
- List slicing (basic)
- sorted() function
- List method: .insert()
- List method .pop()
- Comments
- Arithmetic Operations
- Plus-Equals Operator
- Variables
- Modulo Operator
- Integers
- String Concatenation
- Strings
- Print function
- Floating point numbers
- Elif statement
- or Operator
- Equal Operator
- not equals operator
- Comparison operators
- if statement
- else statement
- and operator
- boolean values
- not operator
- for loop
- using range in loop
- while loop
- what are infinite loops
- controlling loops (continue & break)
- elegant loops (list comprehension)
- User functions
- Built in functions: min(), max(), round()
- Variable Access