os.getLogin () Python

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