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

 

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

Ground hogs at the Bronx Zoo are most happy when they receive 200 or more daily visitors. Complete the goodDay function which will tell us if the ground hogs are having a good day


goodDay(100) → False
goodDay(200) → True
goodDay(250) → True

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

def goodDay(visitors):

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