Last active
August 30, 2020 15:14
-
-
Save Kiollpt/c4cb43f6595ebe0a65a86869c66c4a08 to your computer and use it in GitHub Desktop.
color print
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
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