Products
GG网络技术分享 2025-11-12 21:53 3
python import prettytable
table = prettytable.PrettyTable

table.addrow table.addrow table.add_row
import sys
name = 'Bob' age = 25 print
num = 255 print
str = 'Hello, World!' print)
import matplotlib.pyplot as plt import numpy as np
x = np.linspace y = np.sin
plt.plot plt.show
Demand feedback