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

 

largest


The three parameters are integers. The function should return the largest of the three numbers.


largest(3, 5, 4) → 5
largest(9, 4, 7) → 9
largest(8, -1, 8) → 8

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

def largest( a, b, c ):

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

Difficulty: 100

Copyright Nick Parlante 2017 - privacy