Try: TGREEN = '\033[32m' # Green Text print (TGREEN + "This is some green text!") We see that after the green text is printed, the whole shell changes color! To ...
確定! 回上一頁