Write a Python program to get the current username. May 12, 2023 by admin Write a Python program to get the current username. 1 2 import getpass print(getpass.getuser()) Final output