UnboundLocalError: local variable 'input' referenced before assignment

input = input()
改为
myinput = input()
input改为任意变量名就行

你可能感兴趣的:(出错)