Skip to content

Commit 5382c33

Browse files
authored
Update print_colors.py
Description for colors.py
1 parent b49bae4 commit 5382c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Colors/print_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class colors:
1010

1111
def printc(color, message):
1212
print(color + message + colors.ENDC)
13-
13+
#color which we print or import
1414
printc(colors.CYAN, sys.argv[1])
1515
printc(colors.GREEN, sys.argv[1])
1616
printc(colors.YELLOW, sys.argv[1])

0 commit comments

Comments
 (0)