0
私はPython IDLEで強調表示されたテキストを出力しようとしましたが、私が望むように結果を得ることができませんでした。とにかく、私はPython exeでテキストをハイライトすることができました。アイドル状態のPythonのテキストを強調表示
>>> from lazyme.string import color_print
>>> color_print('abc', color='pink')
[95mabc[0m
これは、Pythonのexeファイルである:
>>> from lazyme.string import color_print
>>> color_print('abc', color='pink')
abc
誰もがこの上で私を助けてください。この問題に対する解決策はありますか? ありがとうございます。乾杯!