Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はちょうどいくつかのコードをパイリントしていましたが、同僚が古い Python 'string' モジュールをインポートしたことに気付きました。関数を使用するためではなく、単に定数 ' string.lowercase ' にアクセスするためです。
非推奨のインポートを削除し、string.lowercase を 'abcdef...' に置き換えましたが、疑問に思っていました: これを行うべきより良い方法はありますか?