Ask Question
30 March, 00:41

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

+5
Answers (1)
  1. 30 March, 02:22
    0
    If temperature > 98.6:

    fever = True
Know the Answer?
Not Sure About the Answer?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers