Commit 71ca45df by BellCodeEditor

save project

parent fe61dfcf
Showing with 4 additions and 8 deletions
b=['a','s','b','x','w','y']
b.pop(4)
b.insert(4,'L')
print(b)
a=b[0:2]
c=b[4:]
print(a,c)
\ No newline at end of file
b = '撒法规往GAHDIOQSDBVGY'
for i in b:
print(i)
\ 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