Perfect at 07061678.

This commit is contained in:
zhaoyafan 2022-07-08 00:12:40 +08:00
parent e837ce51a3
commit 7cf1a9904a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import os, sys
print(sys.path)
print(os.environ.get('PYTHONPATH'))
exit(127)
exit(0)