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
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)