Meta Interview Question

Write a function return max in Phython

Interview Answer

Anonymous

Dec 16, 2018

List1 ==[1,7,45,76] print (max(list1))