Basic Calculation
String
Variable
Round
File Editor
str()
int()
float()
len()
First Programme
Comparison Operator
Binary Boolean Operator
Not Operator
Combination of Boolean and Comparison
if
else
elif
while
break
&
continue
for
import module
def
def with parameter
def with return
None
Optional Parameter
end sep
Local Global
Global Sentence
try & except
Random Guessing Game
List
Negative Index
Slice
&
len
change the contents of the list
Replicate the list
del
List Usage
for with list
in
not in
Accumulation assignment operator
index method
append method
insert method
remove method
sort method
str tuple
mutable immutable
tuple type
list() tuple()
copy() deepcopy()
dictionary
keys() values() items()
in not in {} get() setdefault()
pprint() pformat()
simple ox game program
str
upper() lower()
isx
strmethod