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

 

david.white@denison.edu cs111fall2019 > growth
prev  |  next  |  chance

Between the ages of three and thirteen, girls grow an average of about six centimeters per year. Write a function growth(finalAge) that prints a simple height chart based on this information, with one entry for each age, assuming the average girl is 95 centimeters (37 inches) tall at age three.


growth(10) → 137
growth(23) → 215
growth(1) → 95

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

def growth(finalAge):

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

Copyright Nick Parlante 2017 - privacy