Short Python Code


SUBMITTED BY: YeezyYeezyBoys

DATE: July 8, 2020, 10:58 p.m.

FORMAT: Text only

SIZE: 285 Bytes

HITS: 31102

  1. import os
  2. os.system("")
  3. class style():
  4. BLACK = '\033[30m'
  5. RED = '\033[31m'
  6. GREEN = '\033[32m'
  7. YELLOW = '\033[33m'
  8. BLUE = '\033[34m'
  9. MAGENTA = '\033[35m'
  10. CYAN = '\033[36m'
  11. WHITE = '\033[37m'
  12. UNDERLINE = '\033[4m'
  13. RESET = '\033[0m'

comments powered by Disqus