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