Saved Bookmarks
| 1. |
How are floating constant be used in python |
|
Answer» INT (signed integers) − They are OFTEN called just integers or ints, are positive or negative whole NUMBERS with no decimal point. ... float (floating point real values) − Also called FLOATS, they represent real numbers and are written with a decimal point dividing the integer and fractional parts. |
|