Skip to content

Instantly share code, notes, and snippets.

@nsdevaraj
Created September 16, 2022 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsdevaraj/f5943231a8aa1e9715db9c5f7ab4708d to your computer and use it in GitHub Desktop.
Save nsdevaraj/f5943231a8aa1e9715db9c5f7ab4708d to your computer and use it in GitHub Desktop.
print('\n'.join
([''.join
([('Devaraj' [(x-y)%7 ]
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