Commit 71ca45df by BellCodeEditor

save project

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