Commit 443d29a4 by BellCodeEditor

save project

parent 752f921e
Showing with 8 additions and 12 deletions
asdfghjkl = 5 for i in range(10,1)
qwertyuiop = 7 for i in range(10,i+1)
for i in range print(a,'*',i,)
\ No newline at end of file \ No newline at end of file
#我们都
for i in range(1,10): name=ingut("狗")
for a in range(1,i+1): print("name+你好")
print(a,'*',i,'=',(a*i),end=" ") \ No newline at end of file
if a==i:
break
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