Commit 3a93d305 by BellCodeEditor

save project

parent 26b3b1d4
Showing with 13 additions and 0 deletions
dor1=["刘备",161,9.1]
dor2=["关羽",160,8.5]
dor3=["张飞",166,8.3]
dor=("刘备","关羽","张飞")
dor[0]="关羽"
dor[1]="刘备"
print(dor)
\ 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