Commit 443d29a4 by BellCodeEditor

save project

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