Commit f4632eda by BellCodeEditor

save project

parent e6ca5b49
Showing with 3 additions and 8 deletions
s=['A','B','C','D'] a='诺一frtttggu'
s.pop(2) for i in a:
s.append('f') print(i)
red=s[0:2]
blue=s[2:5]
print(red)
print(blue)
\ 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