We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662376a commit 6ac9abeCopy full SHA for 6ac9abe
python-dict-comprehension/filter_keys.py
@@ -7,6 +7,6 @@
7
"1201": "Greenfield",
8
"1202": "Sunnydale",
9
"1301": "Meadowbrook",
10
- "1302": "Creekwood"
+ "1302": "Creekwood",
11
}
12
-{code: town for code, town in codes.items() if "1100" <= code <= "1300"}
+print({code: town for code, town in codes.items() if "1100" <= code <= "1300"})
0 commit comments