MCPcopy 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
111def norm(s: str) -> str:
112 return " ".join(s.strip().lower().split())
113
114def now_iso() -> str:
115 return datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%SZ")

Callers 1

judge_answerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected