Closed YooSunYoung closed 3 months ago
Some integer numbers are written in e-notation. int can't handle those numbers so it should be turned into a number with float first.
int
float
Some integer numbers are written in e-notation.
int
can't handle those numbers so it should be turned into a number withfloat
first.