Skip to content

Instantly share code, notes, and snippets.

@robiot
Created May 4, 2021 14:25
Show Gist options
  • Save robiot/e07291b8290cafdd2d59a00cb9a436be to your computer and use it in GitHub Desktop.
Save robiot/e07291b8290cafdd2d59a00cb9a436be to your computer and use it in GitHub Desktop.
text = "cute"; print('\n'.join([''.join([(text[(x-y) % len(text)] 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(-25,30)]) for y in range(30,-30,-1)]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment