a = 1 b = "hello"
string
a = 'Hello' print(a) b = a*2
numbers:
boolean
comparisons in python:
1 == 1 1 == '1' 1 is '1' 1 != 1