Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ time
Function
time
UI-Apps/clock.py:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
15
def
time():
16
string = strftime(
"%H:%M:%S %p"
)
17
clockTime.config(text=string)
18
clockTime.after(1000, time)
19
20
21
clockTime = tkinter.Label(
Callers
2
PORT SCANNER.PY
File · 0.85
clock.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected