type de variable python

a=int(5)
b=float(5.6)
c=str("Hello world!")
Zealous Zebra