Commit 64b7c927 by BellCodeEditor

save project

parent c30da021
Showing with 11 additions and 7 deletions
for i in range(1,10) dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
for j in range(1,10): print(dict_hero)
print(j "*" i "=" (j*i),end=" ") print(dict_hero['猴七'])
print() dict_hero['猴队长']=53
\ No newline at end of file print(dict_hero)
dict_hero['猴二']=13
print(dict_dero)
\ No newline at end of file
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
for i in range(1,10) for i in range(1,10)
for j in range(1,10): for j in range(1,10):
print(j "*" i "=" (j*i),end=" ") print(j "*" i "=" (j*i),end=" ")
print() print()
\ No newline at end of file
\ 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