i'm new to python when I run this script import wap
import speech
speech.say("Awaiting Command")
question = speech.input("Awaiting Command")
appid = '3HA463-A3RT78PEA8' # Use your app id
waeo = wap.WolframAlphaEngine(appid)
waeq = wap.WolframAlphaQuery(question, appid)
waeq.ScanTimeout = '3.0'...