Skip to content

Instantly share code, notes, and snippets.

@Kiollpt
Last active August 30, 2020 15:14
Show Gist options
  • Save Kiollpt/c4cb43f6595ebe0a65a86869c66c4a08 to your computer and use it in GitHub Desktop.
Save Kiollpt/c4cb43f6595ebe0a65a86869c66c4a08 to your computer and use it in GitHub Desktop.
color print
c = (
"\033[0m", # End of color
"\033[36m", # Cyan
"\033[91m", # Red
"\033[32m", # Green
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment