Commit ecf6011f by BellCodeEditor

save project

parent 4150527f
Showing with 3 additions and 3 deletions
......@@ -12,5 +12,5 @@ a.extend(c)
# a.insert(1,'ajf;askfj')
print(a)
f = ['吕布']
f.extend(b[3:7])
print(f)
\ No newline at end of file
f.extend(b[2:6])
print('战场上有:',f)
\ 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