Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dedsec1121fk/DedSec
/ norm
Function
norm
Scripts/Games/Buzz.py:111–112 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
109
print()
110
111
def
norm(s: str) -> str:
112
return
" "
.join(s.strip().lower().split())
113
114
def
now_iso() -> str:
115
return
datetime.utcnow().strftime(
"%Y-%m-%dT%H:%M:%SZ"
)
Callers
1
judge_answer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected