I want to print"After tax, your total is: $8.74999125." no whitespace after $ sign.
how could I do this in this statement?
print("After tax, your total is: $",total_price).
The output of this statement adds whitespace after $.
total price is type float.