Question: Language is Python QueSLIUII 1 5 pls Your Output Date Time Exercise 1: You want to display a message letting customers know what day their

Language is Python
QueSLIUII 1 5 pls Your Output Date Time Exercise 1: You want to display a message letting customers know what day their purchase will be shipped. Assume, if your store promises "5 day shipping on all items!". Finally, print out Items purchased today will be shipped on YYYY- MM-DD (where the date is 5 days from the current date). import datetime # Create a variable today that holds the current date (no time) # Create a variable ships that holds the date five days from today Desired Output # Write the message shown in "Desired Output" to the screen Items purchased today will be shipped on YYYY-MM-DD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
