Python
age = 25          # int
height = 1.75     # float
name = "John"     # str
is_student = True # bool