Difficult-Rocket/.github/workflows/get_info.py

14 lines
253 B
Python
Raw Normal View History

2022-12-29 17:11:44 +08:00
# -------------------------------
# Difficult Rocket
# Copyright © 2021-2022 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
import os
import sys
print(os.curdir)
2022-12-29 17:17:14 +08:00
print(os.listdir('.'))
2022-12-29 17:11:44 +08:00
print(sys.path)