Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello, please help. I've been stuck on this question. python, please. Assume the variable date has been set to a string value of the form
Hello, please help. I've been stuck on this question.
python, please.
Assume the variable date has been set to a string value of the form mm/dd/yyyy, for example 10/08/2010. (Actual numbers would appear in the string.) Write a statement to assign to a variable named daystr the characters in date that contain the day. Then set a variable day to the integer value corresponding to the two digits in daystr. Additional Notes: date should not be modified - An exception was thrown from line 2 of your submission (ValueError: invalid literal for int() with base 10: '10/08/2010') - Unexpected: "10/08/2010" - You should use: date - see test-case information belowStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started