Perfect at 07080827.

This commit is contained in:
zhaoyafan 2022-07-08 09:20:40 +08:00
parent d428a8a059
commit 31fb8f62bf
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
import os, sys
print(sys.path)
print(os.environ.get('PYTHONPATH'))
import os, sys, json
# print(sys.path)
# print(os.environ.get('PYTHONPATH'))
print(json.dumps(dict(os.environ),indent=4))