Developers from the four corners of the World, Merry Christmas!
x, y = 10, 0
while (x > 1):
print(' ' * x + 'O' + ' ' * y + 'O')
x-=1
y+=2
print (' O' + '*' * 18 + 'O')
for y in range (2):
print (' ' * 9 + '#' * 3 + ' ' * 9)
Developers from the four corners of the World, Merry Christmas!
x, y = 10, 0
while (x > 1):
print(' ' * x + 'O' + ' ' * y + 'O')
x-=1
y+=2
print (' O' + '*' * 18 + 'O')
for y in range (2):
print (' ' * 9 + '#' * 3 + ' ' * 9)
For further actions, you may consider blocking this person and/or reporting abuse
xavier2code -
Sandeep Vishnu -
xavier2code -
Mitchell -
Top comments (0)