Page 1 of 1

Colorama Grün und Gelb funktioniert nicht

Posted: 15 May 2025, 21:47
by Anonymous
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.>