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

 

mattbobambrose@gmail.com > maxnum
prev  |  next  |  chance

you have a list of numbers. determine which is the biggest.


maxnum([4, 1, 7, 4]) → 7
maxnum([44, 2, 4421, 467]) → 4421
maxnum([1, 335, 86, 8677, 687]) → 8677

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

def maxnum(list):

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