diff --git a/cost-of-smokes.py b/cost-of-smokes.py index 10c92a6..83664a7 100644 --- a/cost-of-smokes.py +++ b/cost-of-smokes.py @@ -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")