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

 

getCircumference


Create a function that returns the circumference of a circle given a radius. Round the return value to the closest integer. Use pi = 3.14


getCircumference(0) → 0.0
getCircumference(2) → 13.0
getCircumference(5) → 31.0

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

def getCircumference(radius):

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

Post-solution available

Copyright Nick Parlante 2017 - privacy