We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac8eb5 + 1c5c3d0 commit 050e5f2Copy full SHA for 050e5f2
support/jsed.py
@@ -13,5 +13,5 @@ def search(d, keys):
13
else:
14
return search(d[keys[0]], keys[1:])
15
16
-print search(doc, keys)
+print( search(doc, keys) )
17
0 commit comments