Commit 22f7f733 by BellCodeEditor

auto save

parent a8392f66
Showing with 17 additions and 0 deletions
for i in range(10):
if i%2==0:
continue
else:
print(i,end=',')
\ No newline at end of file
print(5,'&',sep='*')
print(5,'&',sep='*')
\ No newline at end of file
for i in range(-1,10,2):
for i in range(-1,10,2):
for j in range(i//2+1):
print(' ',end='')
for j in range(10-i):
print('*',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