os.getLogin () python

import os
current_users = os.getlogin()
print(current_users)
Selfish Skipper