Commit 61bcc43d by BellCodeEditor

save project

parent fa4ca021
Showing with 4 additions and 3 deletions
a = 5 #列
b = 7 #行
print(a,'*',b,'=',(5*7))
\ No newline at end of file
#b = 7 #行
for i in range(1,10):
print(a,'*',i,'=',(a*i),end=" ")
\ 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