How to Know the Type of Your Variable?

 A = 42

See, If u will type a variable like:
varA = type(A)
print(varA)