Is there are a way to change the user directory according to the username, something like
os.chdir('/home/arn/cake/')
But imagine that I don't know what's the username on that system. How do I find out what's the username, I know that python doesn't have variables so it's hard for me to get the username without variable.