0
What is wrong in this program. Pls explain..
import colorama from colorama import Fore, Back, Style colorama.init(autoreset=True) print(Fore.BLUE+Back.YELLOW+"Hi My name is Arvind kumar "+ Fore.YELLOW+ Back.BLUE+"I am your Machine Learning Instructor") print(Back.CYAN+"Hi My name is Arvind kumar") print(Fore.RED + Back.GREEN+ "Hi My name is Arvind kumar")
1 Resposta
+ 2
are you running this on Sololearn?
colorama is not installed.
you can install it, but you will not see the expected results. because the output is not from a real terminal window. it's just text sent from SoloLearn's server.