blob: 4119a9435627c6cbeed6698aa133a02224787c8e [file] [log] [blame]
from os import (environ, getcwd)
def foo():
print(environ, getcwd)