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

 

list_largestValue


Given a list of integers, return the largest value in the list.


list_largestValue([1, 2, 3, 4, 3, 2, 1]) → 4
list_largestValue([9, 5, 6, 4, 7, 1, 2, 3]) → 9
list_largestValue([3, 6, 2, 5, 1, 4]) → 6

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

def list_largestValue(data):

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