Created
September 15, 2022 09:23
-
-
Save devenes/8f8fc2320287a1f8ea354a5de13744fd to your computer and use it in GitHub Desktop.
Happy Engineer's Day! 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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