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

 

findGreatestOfFour


Find the largest number among the four input numbers


findGreatestOfFour(1, 2, 3, 4) → 4
findGreatestOfFour(34, 56, 23, 34) → 56
findGreatestOfFour(45, 78, 43, 56) → 78

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

def findGreatestOfFour(a,b,c,d):

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