Compare commits
No commits in common. "d4394e419c4403b2242d211c40ac7cf0b9643a2d" and "ef0d0d9eaea9b6f3d004f1b1f93bd6351a872763" have entirely different histories.
d4394e419c
...
ef0d0d9eae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
__pycache__
|
@ -1,8 +0,0 @@
|
||||
class fgColor:
|
||||
GREEN = '\033[92m'
|
||||
RED = '\033[91m'
|
||||
YELLOW = '\033[93m'
|
||||
PURPLE = '\033[95m'
|
||||
CYAN = '\033[96m'
|
||||
GRAY = '\033[90m'
|
||||
NC = '\033[0m'
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/python3
|
||||
#user input dollars
|
||||
#user input dolloars
|
||||
#user input number of packs
|
||||
#output day, week, month year costs
|
||||
import os
|
||||
|
Loading…
x
Reference in New Issue
Block a user