Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/billryan/algorithm-exercise
/ curr_time
Function
curr_time
scripts/main.py:20–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
20
def
curr_time():
21
return
datetime.now().strftime(
"%Y-%m-%d_%H-%M-%S"
)
22
23
24
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected