Skip to content

Instantly share code, notes, and snippets.

@alex-hofsteede
Last active March 11, 2016 22:44
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 alex-hofsteede/2d72ca82ad0cfeb30e1c to your computer and use it in GitHub Desktop.
Save alex-hofsteede/2d72ca82ad0cfeb30e1c to your computer and use it in GitHub Desktop.
1984 BBC PRESTEL logo
python -c 'print "\n".join(["P R E S T E L"[:13-abs(x)].rjust(13-abs(x)/2) for x in range(-12,13,4)])'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment