Commit d38a09d4 by BellCodeEditor

save project

parent 3bae57a3
Showing with 10 additions and 0 deletions
list=[2,9,15,8,6,27]
max=list[0]
for i in range(1,len(list))
if max<list[i]:
max=list[i]
print(max)
he=0
for i in range(len(list))
he=he
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