We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f2cfb commit afcaa5eCopy full SHA for afcaa5e
1 file changed
section4/demo.py
@@ -20,4 +20,4 @@
20
print(p.get())
21
22
p.set(1984)
23
-assert(p.get() == 1984);
+assert(p.get() == 1984)
0 commit comments