int and float
what I found about int and float in python
Python's int data type may be used to store whole numbers of arbitrary size. lnt values are automatically converted to longer representations when they become too large for the underlying hardware int.
float...
snowcodes.hashnode.dev2 min read