Python: 1 Python Object and Data Structure Basics
Python: 1 Python Object and Data Structure Basics
2 Numbers
For reminder I use %. It is used to see if I can devide number with two
or not.
2 ** 3 = 8
3 Variable assignments
example = 56 is int
example = 56.4 is float
#Flexible or rather changeable variables.# Combinatiom
down there
4 Introduction to Strings