Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- numero_decimal_1 = 7.
- print(numero_decimal_1)
- numero_decimal_2 = 1e3
- print(numero_decimal_2)
- numero_decimal_3 = float(-1)
- print(numero_decimal_3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement