There are many parts in Python so we will be discussing a few :
Variables : These are used to store information. You can name these variables how ever you like but you have to follow some rules like don' t include spaces or symbols. Don't use key words and finally don't use letters like O or a lower case l as they look like numbers
Strings : These are a group of sequenced characters within a single or double quotation marks. You can use strings to show messages or texts on-screen in your program
Operators : These are symbols that represent actions that manipulate values. Many of them came from math
For loops : This is a part which repeats a code at a specific amount of times.