2 newlines is good.
This commit is contained in:
parent
6f6bd450f5
commit
8c945c47ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue