Skip to content

Instantly share code, notes, and snippets.

@sulram
Created February 1, 2016 03:55
Show Gist options
  • Save sulram/1bd6f6497673265a5efd to your computer and use it in GitHub Desktop.
Save sulram/1bd6f6497673265a5efd to your computer and use it in GitHub Desktop.
import random
palavras = ['ᆜᆛᆍᆏᚙ','ᆓ', '𧍌𤏨', 'ઋ']
while True:
print(palavras[random.randint(0, 3)]*random.randint(1, 10),end="")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment