What is wrong in this program. Pls explain.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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")

9th Feb 2021, 6:41 AM
คгשเภ๔ кย๓คг
คгשเภ๔ кย๓คг - avatar
1 Answer
+ 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.
9th Feb 2021, 7:37 AM
Bahhaⵣ
Bahhaⵣ - avatar