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

 

david.white@denison.edu cs112fall2015 > max3
prev  |  next  |  chance

Write a function max3(a, b, c) the returns the maximum value of the parameters a, b, and c.


max3(2, 5, 3) → 5
max3(3, 3, 3) → 3
max3(-4, 0, 3) → 3

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

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

Copyright Nick Parlante 2017 - privacy