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

 

greatest


greatest() -- given numbers x, y, and z, return the greatest of these three numbers.


greatest(3, 9, 6) → 9
greatest(0.5, 0.25, 0) → 0.5
greatest(4, 5, 5) → 5

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

def greatest(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

Post-solution available

Copyright Nick Parlante 2017 - privacy