Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created December 23, 2020 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/5a2fe127b885c11c8b192561e9da9b94 to your computer and use it in GitHub Desktop.
Save amankharwal/5a2fe127b885c11c8b192561e9da9b94 to your computer and use it in GitHub Desktop.
import colorama
from colorama import Fore, Back, Style
colorama.init(autoreset=True)
print(Fore.BLUE+Back.YELLOW+"Hi My name is Aman Kharwal "+ Fore.YELLOW+ Back.BLUE+"I am your Machine Learning Instructor")
print(Back.CYAN+"Hi My name is Aman Kharwal")
print(Fore.RED + Back.GREEN+ "Hi My name is Aman Kharwal")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment