Question: 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 below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
