Auto commit

上级 1a318a03
import os
env1 = os.getenv('HOME')
env2 = os.getenv('home')
env3 = os.getenv('home', '不存在的环境关键字')
print(env1)
print(env2)
print(env3)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册