Commit 9cd918b5 by BellCodeEditor

save project

parent 67776a19
Showing with 8 additions and 7 deletions
g = 1
i = 1
j = 1
for i in range(1,10):
for i in range(1,g+1):
print(j,"+",i,"=",(3*5),end=" ")
\ No newline at end of file
a=["刘备","关羽","张飞"]
刘备=161,9.1
关羽=160,8.5
张飞=166,8.3
a[0]="关羽"
a[1]="刘备"
print(a)
\ 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