Skip to content

Commit d155bfe

Browse files
committed
Define color variables
1 parent d8d6ac8 commit d155bfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NumberToNumberName/numbername.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
# 61893: Sixty One Thousand Eight Hundred Ninety Three
44

55
__import__('os').system('cls')
6+
7+
8+
Y = "\033[38;2;255;200;0m"
9+
W = "\033[38;2;212;212;212;0m"
10+
B = "\033[38;2;108;180;238m;0m"
11+

0 commit comments

Comments
 (0)