Commit f28bdcfc by BellCodeEditor

save project

parent 2a45e15e
Showing with 6 additions and 4 deletions
h=5 h=9
l=1 l=1
for i in range(h): for l in range(1,(h+1)):
print(l,"x",h,"=",l*h,end=" ") print(l,"x",h,"=",l*h,end=" ")
l+=1
\ No newline at end of file
print('通知')
print("xx同学",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