Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

Hello, please help. I've been stuck on this question.

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visualizing Health And Healthcare Data Creating Clear And Compelling Visualizations To See How Youre Doing

Authors: Katherine Rowell ,Lindsay Betzendahl ,Cambria Brown

1st Edition

1119680883, 978-1119680888

Students also viewed these Databases questions