Ask Question

Python question: Write a conditional that assigns True to fever if temperature is greater than 98.6.? My code is: if temperature > 98.6:

+4
Answers (1)
  1. 10 April, 17:13
    0
    If temperature > 98.6:

    fever = True
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Python question: Write a conditional that assigns True to fever if temperature is greater than 98.6.? My code is: if temperature > 98.6: ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers