Keep the rest of the username as it is and only capitalize the first letter. You can use ``` USER_NAME = getpass.getuser()[0].upper() + getpass.getuser()[1:] ```