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 cad9906 commit 63ad1d5Copy full SHA for 63ad1d5
using dictionary command.py
@@ -0,0 +1,6 @@
1
+thisdict = {
2
+ "brand": "Ford",
3
+ "model": "Mustang",
4
+ "year": 1964
5
+}
6
+print(thisdict)
0 commit comments