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 402faf5 commit 66d216dCopy full SHA for 66d216d
python/bin/repl_stub.py
@@ -1,3 +1,3 @@
1
import code
2
3
-code.interact(local=dict(globals(), **locals()))
+code.interact()
0 commit comments