Submit your Python program here by attaching a .py file. Out of the…
Question Answered step-by-step Submit your Python program here by attaching a .py file. Out of the… Submit your Python program here by attaching a .py file. Out of the 3 programs below, choose 2, and submit as one file. Filename should be Merichel_Week9Exercises.pyRefer to the specs on your zyBook under 19. zyLabs:LAB: Remove gray from RGBLAB: SeasonsLAB: Exact changesome help and ideas To format currency or 2 decimal numbers, use either of these: Examples:print(“Total sales:”, “${:,.2f}”.format(total_sales))print(“Total sales: $” + format(total_sales, ‘.2f’))print(‘Total sales: ${:.2f}’.format(total_sales)) Computer Science Engineering & Technology Python Programming CSC 101 Share QuestionEmailCopy link Comments (0)


