Skip to content

Instantly share code, notes, and snippets.

@devenes
Created September 15, 2022 09:23
Show Gist options
  • Save devenes/8f8fc2320287a1f8ea354a5de13744fd to your computer and use it in GitHub Desktop.
Save devenes/8f8fc2320287a1f8ea354a5de13744fd to your computer and use it in GitHub Desktop.
Happy Engineer's Day! 2022
print('Happy Engineer\'s Day! 2022')
print('\n'.join
([''.join
([('Engineer'[(x-y) % 8]
if ((x*0.05)**2+(y*0.1)**2-1)
** 3-(x*0.05)**2*(y*0.1)
** 3 <= 0 else ' ')
for x in range(-30, 30)])
for y in range(15, -15, -1)]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment