Skip to content

Commit a31e2ca

Browse files
committed
add new file colored output
1 parent 26596e2 commit a31e2ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Colored Output.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from colorama import Fore
2+
3+
print(Fore.RED + "Hello world")
4+
print(Fore.BLUE + "Hello world")
5+
print(Fore.GREEN + "Hello world")
6+
print(Fore.YELLO + "Hello world")
7+
print(Fore.CYAN + "Thank you!")

0 commit comments

Comments
 (0)