Python Program To Know the Type what you write in input()

 = int(input())

= input()
= float(input())
print(type(a))
print(type(b))
print(type(c))