Question: It is asking me to create this in Python. I am a beginner and don't know what to do. Never Mind! I figured it out!
Date Time Exercise 1: Your Output 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) Desired Output # Create a variable ships that holds the date five days from today Items purchased today will be shipped on YYYY-MM-DD # Write the message shown in "Desired Output" to the screen O owo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
