Assignment
University
CollegeCourse
College Computer SciencePages
1
Academic year
2023
Avaiya Priyank
Views
0
p {margin: 0; padding: 0;} .ft00{font-size:72px;font-family:Caladea;color:#000000;} .ft01{font-size:42px;font-family:Carlito;color:#000000;} .ft02{font-size:16px;font-family:Carlito;color:#000000;} .ft03{font-size:24px;font-family:Caladea;color:#000000;} .ft04{font-size:16px;line-height:23px;font-family:Carlito;color:#000000;} ASSIGNMENT-3 20SE02IT009 HARSH BHANDERI Q1. How many seconds are there in 42 minutes 42 seconds? x=int(input("Enter minutes here:")) y=int(input("Enter seconds here:")) z=int((x*60)+y) print("Total seconds are :", z )
Converting Time to Total Seconds
Please or to post comments