問題タブ [python-2to3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
178 問題
0
投票する
1
に答える
268
参照
python - Python 2to3 警告どういう意味ですか?
2to3 を使用してスクリプトを変換しています。私が得る唯一の警告は次のとおりです。
元のスクリプトの 716 行目は次のとおりです。
をどこで使用すればよいかわかりませんoperator.mul(None)
。repeat()
( docs へのリンク)のリファレンス ドキュメントはNone
、問題なくパスできることを示しています。それで、私は何をしましょうか?