import functools
num_list=(4,1, 8, 2,9,3,0)
print("Largest value in the list is: ",functools.reduce(max,num_list))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: