- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.py
More file actions
Latest commit
8 lines (4 loc) · 297 Bytes
/
Copy pathtest.py
File metadata and controls
8 lines (4 loc) · 297 Bytes
1
2
3
4
5
6
7
fromcolorPrinter.colorPrinterimportcolorPrinter, endColorPrinter
print(f"{colorPrinter(190, 4)}Some random text????{endColorPrinter()}")
print(f"{colorPrinter(13, 133)}I have more random text{endColorPrinter()}")
print(f"{colorPrinter(10, 242)}Check out my coolio text{endColorPrinter()}")