Colorama Grün und Gelb funktioniert nichtPython

Python-Programme
Anonymous
 Colorama Grün und Gelb funktioniert nicht

Post 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.>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post