We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0091de4 commit 88c45daCopy full SHA for 88c45da
ts.py
@@ -0,0 +1,9 @@
1
+a = "ds"
2
+
3
+b= a
4
5
+print(id(a)==id(b))
6
7
+b = 'sd'
8
9
0 commit comments