assignment.py 183 B

123456789101112131415161718192021222324252627
  1. import weather
  2. ___ = 5
  3. weather.get_temperature("Miami, FL")
  4. 32
  5. print(___)
  6. fahrenheit = ___
  7. print(___)
  8. ___ - ___
  9. celsius = ___
  10. fahrenheit
  11. 1.8
  12. ___ / ___
  13. fahrenheit
  14. celsius