OverIQ.com
Run (or Hit F9)
print(type(5)) # an integer print(type(3.4)) # a float print(type(5j)) # a complex number