from colorama import Fore, init, Style
init(convert=True)
print(Fore.GREEN + "Green")
print(Fore.YELLOW + "Yellow")
print(Fore.RED + "Red")
print(Fore.BLACK + "Black")
print(Fore.BLUE + "Blue")
print(Fore.CYAN + "Cyan")
print(Style.RESET_ALL + '')
input()
< /code>
< /p>
Was kann ich tun, um es zu beheben?
Ich verwende Windows 10 < /P.>
Colorama Grün und Gelb funktioniert nicht ⇐ Python
-
- Similar Topics
- Replies
- Views
- Last post