Commit b8a6a14d by BellCodeEditor

auto save

parent 5ca39ab5
Showing with 8 additions and 1 deletions
print('hello world!')
list1=[1,2,3,4,5]
list2=[]
for i in list1:
if i==3:
break
list2.append(i)
print(list2)
\ 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