Commit 3706b2da by BellCodeEditor

save project

parent 2020eb09
Showing with 13 additions and 6 deletions
...@@ -24,9 +24,16 @@ ...@@ -24,9 +24,16 @@
# turtle.done() # turtle.done()
for i in range(1,10): # for i in range(1,10):
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="关"
b2="刘"
b3="张"
bo=["刘","关","张"]
b1=["关",160,8.5]
b2=["刘",161,9.1]
b3=["张",163,8.3]
bo[0]="关"
bo[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