We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55f3ec commit f65debaCopy full SHA for f65deba
tests/print.py
@@ -1,2 +1,3 @@
1
-
2
-print("ok")
+import sys
+print("ok")
3
+print(sys.path)
0 commit comments