Page 1 of 1

Hi, I had a question on this specific statement below. How do I modify the print statement below to print to the console

Posted: Thu Jul 14, 2022 2:19 pm
by answerhappygod
Hi, I had a question on this specific statement below. How do Imodify the print statement below to print to the console with the"Total" variable next to the dollar sign? So for example togetherlike this $12 instead of $ 12.
print("Total: $",total)
Thank you!
PYTHON PLEASE