Created
February 1, 2016 03:55
-
-
Save sulram/1bd6f6497673265a5efd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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