原文:TypeError: translate() takes exactly one argument (2 given)

python . 下使用translate None, string.punctuation 去除句子中的標點符號,報錯:TypeError: translate takes exactly one argument given 原因是python版本的問題,python 下該語句正常執行,python 中translate的參數只有一個,正確做法: sentence The girl is a ...

2018-11-10 11:18 0 1186 推薦指數:

查看詳情

Python 'takes exactly 1 argument (2 given)' Python error

Python,定義urlConfig 接收參數,正常傳遞參數時,出現,多給了一個參數的錯誤問題, 定義class的函數之后,在調用的時候出現“'takes exactly 1 argument (2 given)' Python error”。 查詢Interesting ‘takes ...

Fri Oct 18 18:40:00 CST 2019 0 314
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM