Commit 35af081c by BellCodeEditor

auto save

parent aa413f4b
Showing with 5 additions and 10 deletions
name='sb1' for i in range(1,10):
power=4 for j in range(10,i+1):
l=['sb2',2,'sb3',3,'sb4',9] print(j,'*',i,'=',(j * i),end=' ')
for i in range(len(l)): print( )
if i%2==1 and l[i]>=power: \ No newline at end of file
l.insert(i-1,name)
l.insert(i,power)
break
print(l)
print(l[-6:],'是SB大王')
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