Commit e210a14e by BellCodeEditor

save project

parent e5506e29
Showing with 9 additions and 0 deletions
def a(list):
num=0
for i in range(len(list)):
num=max(num,list[i])
return num
list=[2,5,3,8,6]
b=a(list)
print(b)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment