Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. start = (6*3600)+(52*60)
  2. slowRun = (8*60)+15
  3. fastRun = ((7*60)+12)*3
  4.  
  5. runTime = slowRun + fastRun
  6. arriveTime = runTime + start #in seconds
  7.  
  8. endTime = arriveTime/3600
  9.  
  10. print(endTime)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement