Opérations en Python

print(2 + 1) 
# This will come out as 3
print(3 - 1)
# This will come out as 2
Insert_Name_Here