2 newlines is good.

This commit is contained in:
Josh Mudge 2018-12-15 17:34:01 -07:00
parent 6f6bd450f5
commit 8c945c47ca
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ print("\nCustomer One Total:\n")
customer_one_total = round(customer_one_total, 2)
print("$" + str(customer_one_total))
print("\n\n\n")
print("\n\n")
# Customer Two
customer_two_total = 0