Skip to content

Commit f65deba

Browse files
authored
Update print.py
1 parent d55f3ec commit f65deba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/print.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
2-
print("ok")
1+
import sys
2+
print("ok")
3+
print(sys.path)

0 commit comments

Comments
 (0)