Write a Python program to get the current username. ... print(os.getenv('USERNAME') or os.getenv('USER') or os.getenv('LOGNAME')).
確定! 回上一頁