我試着運行下面的程序使用python 3.2,出現錯誤:'module'對象沒有屬性'div'有人可以告訴我該怎麼做才能修復這個?對此,我真的非常感激 !AttributeError:'模塊'對象沒有屬性'div'
import operator
ops = {'+':operator.add,'-':operator.sub,'*':operator.mul,'/':operator.div}
AttributeError: 'module' object has no attribute 'div
感謝您的幫助。對此,我真的非常感激 – user3034622