drycode / zelle-python

My solutions to the well know Introduction to Computer Science with Python book by John Zelle. Several years after going through this book, I still recommend it as one of the best examples of computer science pedagogy I've seen to date.
69 stars 44 forks source link

Need explanation #4

Open Karnataka15 opened 3 years ago

Karnataka15 commented 3 years ago

what does this mean?

starTime = starHr + 1 / (60/starMin) endTime = endHr + 1 / (60/endMin)

its present in chapter 7, 7th question