Python输出第三方库版本号

mac2024-11-22  33

首先导入该三方库,以tensorflow为例: import tensorflow 然后输出:

print(tf.__version__)
最新回复(0)