import getpass
print getpass.getuser()

See the documentation of the getpass module.

05-11 22:22