python
Write a Python script that determines the highest day temp and highest night temp of the following variables:
day1Temp = 78
day2Temp = 84
day3Temp = 98
night1Temp = 55
night2Temp = 45
night3Temp = 34
Use conditional statements to print out these results:
('Day 3 has high temp of: ', 98)
('Day 1 has high temp of: ', 55)
8 years ago
6
Answer(1)![blurred-text]()
![]()
Purchase the answer to view it

NOT RATED
- temp.py