os.getlogin () python

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