Commit 1454c2b2 by BellCodeEditor

save project

parent 73bf525c
j = 1 j = 1
i = 1 i = 1
print() for j in range (1,10):
print(j,'*',i,'=',(j*i))
j = j+1
\ No newline at end of file
j = 1
i = 1
for i in range (1000000000):
print(j,'*',i,'=',(j*i))
j = j+10000
i = i+10000
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