Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-112546.py
File
recipe-112546.py
recipes/Python/112546_printf_in_a_single_lambda/recipe-112546.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
sys
2
3
printf =
lambda
fmt,*args: sys.stdout.write(fmt%args)
4
Callers
nothing calls this directly
Calls
2
printf
Function · 0.50
write
Method · 0.45
Tested by
no test coverage detected