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 の個別のバージョン番号のようなものはありstdlibますか? 次を使用してPythonインタープリターのバージョンを取得できることを知っています。
stdlib
import sys sys.version
しかし、python stdlib に似たようなものはありますか? または、バージョン番号は常に一致しますか?
どうもありがとう!