Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. numero_decimal_1 = 7.
  2. print(numero_decimal_1)
  3.  
  4. numero_decimal_2 = 1e3
  5. print(numero_decimal_2)
  6.  
  7. numero_decimal_3 = float(-1)
  8. print(numero_decimal_3)