Add individual cost

This commit is contained in:
Logen Kain 2020-08-17 12:40:41 -04:00
parent ce86664c3a
commit 265b61343d

View File

@ -21,8 +21,12 @@ while True:
print("Please only type numbers")
input("Press 'enter' to continue: ")
continue
os.system('clear')
break
print("Your cigarettes cost", cost/20, "each")
print()
print("You smoke: ")
print(20 * packs, "per day")