8000
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 d3bbc64 commit 076ddf7Copy full SHA for 076ddf7
sets/setmnv.py
@@ -0,0 +1,2 @@
1
+squares = {x ** 2 for x in range(10)}
2
+print(squares)
0 commit comments