Closed oseda68 closed 3 years ago
print(Fore.BLUE +' Continue? y or n: \n', end = '')
ans = input().lower()
This does work,
submitted by others
Is this a good solution?
import colorama
colorama.init()
print(colorama.Fore.GREEN)
number = input("Enter a number here: ")
This code works for me
Duplicate of #103
Hi, have Pycharm with windows 10 . I have the same issue with colorama. Ive been reading user comments from years ago on this. Has there been any resolution to address this problem for 2020? Paul