Advertisement
Blobadoodle

test time app

May 8th, 2021
953
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. def getdate():
  2.     now = datetime.now()
  3.     current_time = now.strftime("%H:%M:%S")
  4.     print(text[28], current_time)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement