Question: Its basic Python programing/coding -I tried to solve it -but its wrong (see errors in red) Keeping in mind there are 86400 seconds per day,
Its basic Python programing/coding -I tried to solve it -but its wrong (see errors in red) Keeping in mind there are 86400 seconds per day, write a program that calculates how many seconds there are in a week, if a week is 7 days. Print the result on the screen. sec="86400" week "7" print ("sec""week")| 2. Run 3. Reset Error on line 3: print ("sec" "week") TypeError: can't multiply sequence by non-int of type 'str
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
