Facebook
From kush, 4 Years ago, written in Plain Text.
This paste is a reply to 10 from kush - view diff
Embed
Download Paste or View Raw
Hits: 330
  1. from datetime import datetime,timedelta
  2. print("Start time")
  3. a=input()
  4. print("End time")
  5. b=input()
  6. p=datetime.strptime(a,"%H:%M:%S")
  7. q=datetime.strptime(b,"%H:%M:%S")
  8. r=q-p
  9. w=int(r.total_seconds()*1000)
  10. print("Time in milliseconds is ",w)
  11.  

Replies to file handling 10 rss

Title Name Language When
file handling 11 kush text 4 Years ago.