pip安装 tensorflow,numpy,matplotlib
# 导入TensorFlow and tf.keras import tensorflow as tf from tensorflow import keras # Helper libraries import numpy as np import matplotlib.pyplot as plt print(tf.__version__)
python tf-v.py