Python command history not working in PowerShell, Windows

后端 未结 0 598
南笙
南笙 2020-12-13 08:47

I have a problem with my code. I made a restart function,

def restart():
    print(\'\\nReloading...\')
    sleep(1)
    if sys.platform == \'win32\':
                


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