📜  AssertionError: No text to Speech - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:55.130000             🧑  作者: Mango

代码示例1
if('shutdown' in text):
        answer = "Ok"
        os.system("shutdown /s /t 1")