Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you someone help me to fix this errer? in python WEnhance part 2 so that you print the number of years, months, days and

can you someone help me to fix this errer? in python image text in transcribed
WEnhance part 2 so that you print the number of years, months, days and minutes seconds - input ("Enter a number of seconds and I'll years, days, hours and minutes:") seconds=int (seconds) years - seconds// (365*24*60*60) seconds left=seconds (365624*60*60) 5 days seconds left//(24*60*60) 7 seconds left-seconds left(24*60*60) 8 hours seconds_left// (60*60) 9 seconds_left-seconds_left(60*60) 10 minutes seconds_left/60 13 printseconds, 'seconds is..years, 'years, days, 'days', hours, 'hours', minutes, 'minutes) ActiveCode (unhac101520_scratch_ac) Error SyntaxError: bad input on line 13 Description This message indicates that Python can't figure out the syntax of a particular statement. Some examples are assigning to a literal, or a function call To Fix Check your assignment statments and make sure that the left hand side of the assignment is a variable, not a literal or a function

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

Students also viewed these Databases questions

Question

distinguish between long-term planning and budgeting Appendix

Answered: 1 week ago

Question

What are the stages of project management? Write it in items.

Answered: 1 week ago