Commit bc119337 by BellCodeEditor

save project

parent 3706b2da
Showing with 9 additions and 9 deletions
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
# for j in range(1,i+1): # for j in range(1,i+1):
# print(j,'X',i,'=',(i*j),end=(" ")) # print(j,'X',i,'=',(i*j),end=(" "))
# print() # print()
b1="关" br1="关"
b2="刘" br2="刘"
b3="张" br3="张"
bo=["刘","关","张"] brs=["刘","关","张"]
b1=["关",160,8.5] br1=["关",160,8.5]
b2=["刘",161,9.1] br2=["刘",161,9.1]
b3=["张",163,8.3] br3=["张",163,8.3]
bo[0]="关" brs[0]="关"
bo[1]="刘" brs[1]="刘"
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