a = 5
print(a.__class__.__name__)
int
b = 5.0
print(b.__class__.__name__)
float

Thank you very much! :)

^Bart
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to