Guest User

Untitled

a guest
Nov 27th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1.     #!/usr/bin/python
  2.     import os
  3.     while True :
  4.         currentTime = os.popen("date +\"%H:%M\"").read()
  5.         print currentTime
Add Comment
Please, Sign In to add comment