Commit 6bccc595 by BellCodeEditor

save project

parent fa777dac
Showing with 6 additions and 4 deletions
aa=("刘备""关羽"张飞")
a[0]="关羽"
aa[1]="刘备"
print(aa)
for i in range(1,10): aa=
for j in range(1,i+1):
print("{}x{}={}".format(i,j,i*j),end=" ")
print()
\ 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