Ask Question
30 July, 02:14

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. 30 July, 05:24
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers