import getpass, os import time import shutil def a(): print("Hello world") time.sleep(50) def mover_fichero(): USER_NAME = getpass.getuser()