Commit d4e71d70 by BellCodeEditor

save project

parent 79e15166
Showing with 11 additions and 5 deletions
for i in range(1,10): # 行 B1="刘备"
for j in range(1,10): B2="关羽"
print(i,'x',j,'=',(j*i),end=" ") B3="张飞"
print() bs=["刘备","关羽","张飞"]
\ No newline at end of file B1=["刘备",161,9.1]
B2=["关羽",160,8.5]
B3=["张飞",166,8.3]
bs[0] = "关羽"
bs[1] = "刘备"
print(bs)
\ 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