We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8759c commit 746580bCopy full SHA for 746580b
bin/idle.py
@@ -0,0 +1,6 @@
1
+import code
2
+
3
+print("Running IDLE...")
4
5
+# Force Python to enter interactive mode after this script
6
+code.interact(local=globals())
0 commit comments