Created
February 21, 2020 04:13
-
-
Save arpitbbhayani/6a1466924b17e6d1b6cf5197dba9505b to your computer and use it in GitHub Desktop.
This file contains hidden or 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 sys | |
sys.ps1 = "\033[1;33m>>>\033[0m " | |
sys.ps2 = "\033[1;34m...\033[0m " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment