os.getlogin() क्या लौटाता है?
What does os.getlogin() return ?
A
name of the current user logged in
B
gets a form to login as a different user
C
name of the superuser
D
all of the above
Explanation
Correct Answer: A) name of the current user logged in