python中对象不可迭代_python3 TypeError:'function'对象不可迭代
What change is required in the source code?def Update():print('\n')print("Update")cmd = os.system('xterm -e apt-get update')print("Finish update")def AptUpdate():print('\n')print("Update system? {Y/N}...