1 Star 0 Fork 0

wolf/PyStand

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PyStand.int 211 Bytes
一键复制 编辑 原始数据 按行查看 历史
skywind3000 提交于 2022-02-05 14:44 . update PyStand
# vim: set ts=4 sw=4 tw=0 et ft=python :
import os
import sys
msg = 'Hello from %s'%(os.path.abspath(__file__))
print(msg)
print()
for path in sys.path:
print('>', path)
os.MessageBox(msg)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wooolf/PyStand.git
git@gitee.com:wooolf/PyStand.git
wooolf
PyStand
PyStand
master

搜索帮助