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
P Sakthivel -
hamzairshad02 -
Miguel A. Calles -
OpenSourcee -
Once suspended, casiimir will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, casiimir will be able to comment and publish posts again.
Once unpublished, all posts by casiimir will become hidden and only accessible to themselves.
If casiimir is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to casiimir.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag casiimir:
Unflagging casiimir will restore default visibility to their posts.
Top comments (0)