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

 

simona1@sfusd.edu > getMaxOfThree
prev  |  next  |  chance

Given three numbers, return the maximum of these three numbers.


getMaxOfThree(1, 2, 3) → 3
getMaxOfThree(3, 3, 2) → 3
getMaxOfThree(0, 8, 6) → 8

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

def getMaxOfThree(x,y,z):

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