Python to exe. I have problems turning this script into an exe

前端 未结 0 368
渐次进展
渐次进展 2021-01-15 03:07
import getpass, os
import time
import shutil
def a():
    print("Hello world")
    time.sleep(50)
def mover_fichero():
    USER_NAME = getpass.getuser()
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题