Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class colors:
- Red = '\033[91m'
- Green = '\033[92m'
- Blue = '\033[94m'
- Cyan = '\033[96m'
- Yellow = '\033[93m'
- Magenta = '\033[95m'
- print colors.Red + " ░░░░░░░░░░░░░▄▄▄▄▄▄▄░░░░░░░░░"
- print colors.Green + " ░░░░░░░░░▄▀▀▀░░░░░░░▀▄░░░░░░░"
- print colors.Blue + " ░░░░░░░▄▀░░░░░░░░░░░░▀▄░░░░░░"
- print colors.Cyan + " ░░░░░░▄▀░░░░░░░░░░▄▀▀▄▀▄░░░░░"
- print colors.Yellow + " ░░░░▄▀░░░░░░░░░░▄▀░░██▄▀▄░░░░"
- print colors.Magenta + "░░░▄▀░░▄▀▀▀▄░░░░█░░░▀▀░█▀▄░░░"
- print colors.Red + " ░░░█░░█▄░░░░█░░░▀▄░░░░░▐░█░░░"
- print colors.Green + " ░░▐▌░░█▀░░░▄▀░░░░░▀▄▄▄▄▀░░█░░"
- print colors.Blue + " ░░▐▌░░█░░░▄▀░░░░░░░░░░░░░░█░░"
- print colors.Cyan + " ░░▐▌░░░▀▀▀░░░░░░░░░░░░░░░░▐▌░"
- print colors.Yellow + " ░░▐▌░░░░░░░░░░░░░░░▄░░░░░░▐▌░"
- print colors.Magenta + "░░▐▌░░░░░░░░░▄░░░░░█░░░░░░▐▌░"
- print colors.Red + " ░░░█░░░░░░░░░▀█▄░░▄█░░░░░░▐▌░"
- print colors.Green + " ░░░▐▌░░░░░░░░░░▀▀▀▀░░░░░░░▐▌░"
- print colors.Blue + " ░░░░█░░░░░░░░░░░░░░░░░░░░░█░░"
- print colors.Cyan + " ░░░░▐▌▀▄░░░░░░░░░░░░░░░░░▐▌░░"
- print colors.Yellow + " ░░░░░█░░▀░░░░░░░░░░░░░░░░▀░░░"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement