摘要:
import threading import time from datetime import datetime as dt def say_hello(word): time.sleep(1) print(word) pool = [] now = dt.now() for x in rang 阅读全文
摘要:
import seaborn as sns import matplotlib.pyplot as plt import numpy as np import random mat = np.random.random((100, 100)) * 255 mat = np.array(mat, dt 阅读全文