Commit 82d46371 by BellCodeEditor

auto save

parent 2d908374
Showing with 9 additions and 5 deletions
i = 11 # 行 # i = 1 # 行
j = 11 # 列 # # 使用变量i和j,代替乘法算式里面的元素,打印出单个乘法算式
# 使用变量i和j,代替乘法算式里面的元素,打印出单个乘法算式 # for j in range(1,10):
print(i,"*",j,"=",(i*j)) # print(i,"*",j,"=",(i*j),end=(" / "))
\ No newline at end of file yy=[2003,"hangzhou ",['我的家阿卡卡','阿拉山口返回',"撒角度看"]]
j=yy[2][0]
# print(j[1]*2)
print(yy[2][1])
\ 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