Commit 5f330c95 by BellCodeEditor

save project

parent e8c41244
Showing with 1150 additions and 7 deletions
sb1="关羽"
sb2="刘备"
sb3="张飞"
sb4=["关羽","刘备","张飞"]
sb4[0]=["关羽"]
sb4[1]=["刘备"]
\ No newline at end of file
list=['1','2','3']
list.pop(0)
print(list)
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