Commit 99181a8f by BellCodeEditor

save project

parent ff2df83c
asd=["1","2","3","4","5"]
a="新华字典"
print(type(a))
\ No newline at end of file
a=['1','2','3']
a.remove(-1)
print(a)
\ No newline at end of file
bro1="刘备"
bro2="关羽"
bro3="张飞"
bors=["刘备","关羽","张飞"]
bors=[-3]="关羽"
bors=[-2]="刘备"
print(bors)
asd=["1","2","3","4","5"]
len(asd)
a=len(asd)
print(a)
\ 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