Pykeep
Keep
Workshop
Board
Codex
—
Back to courtyard
The Archive · Stone · 3 min
get ivy
Print d.get("ivy", 0) from a dict that may or may not have it.
Lv 1
·
22/22
·
3/1
·
3
Match the required output
.get with default.
3
1
2
3
4
5
6
7
8
d = {
"ivy"
:
3
}
d = {"ivy": 3}
Run
Reset
Hint
The stone is quiet.
Keep
Workshop
Board
Codex