Commit 2fbdd6e2 by BellCodeEditor

auto save

parent eb58cae6
Pipeline #8559 failed in 0 seconds
Showing with 17 additions and 2 deletions
list1[0] = 100
list1.append("刘备")
list1.insert(2,"关羽")
list1.extend([1,2,3])
list1.pop()
list1.remove("刘备")
print(list1[2:4])
\ No newline at end of file
message = "4747309"
\ No newline at end of file
a = "二手房"
\ No newline at end of file
a = "二手房"
for i in range(10000000):
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