id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

burns@bxscience.edu > gotFever
prev  |  next  |  chance

Write a conditional that assigns the value of True to fever if temp is greater than 98.6


gotFever(98.6) → False
gotFever(99.0) → True
gotFever(98.7) → True

...Save, Compile, Run (ctrl-enter)

def gotFever(temp):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Difficulty: 100

Copyright Nick Parlante 2017 - privacy