Merge pull request 'Additions and fixes' (#1) from mollusk/cig-cost:master into master
Reviewed-on: #1
This commit is contained in:
commit
d4394e419c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
__pycache__
|
8
ciglib.py
Normal file
8
ciglib.py
Normal file
@ -0,0 +1,8 @@
|
||||
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 dolloars
|
||||
#user input dollars
|
||||
#user input number of packs
|
||||
#output day, week, month year costs
|
||||
import os
|
||||
|
Loading…
x
Reference in New Issue
Block a user