Skip to content

Instantly share code, notes, and snippets.

@firstspring1845
Last active December 31, 2015 12:29
Show Gist options
  • Save firstspring1845/7987001 to your computer and use it in GitHub Desktop.
Save firstspring1845/7987001 to your computer and use it in GitHub Desktop.
┃━┏┃
import random
choice = random.choice
dha_lo_jd = '━┃┓┛┏┗┳┻┣┫╋'
def generate(num):
print(''.join([choice(dha_lo_jd) for i in range(num)]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment