Commit f4632eda by BellCodeEditor

save project

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