摘要: from wordcloud import WordCloud import matplotlib.pyplot as plt import jieba import numpy as np from PIL import Image # 生成词云 def create_word_cloud(fil 阅读全文
posted @ 2020-06-29 19:19 aoimo 阅读(88) 评论(0) 推荐(0) 编辑
摘要: import turtle def round_rectangle(length,high,cor_angle,cor_rad): for i in range(2): turtle.fd(high) turtle.circle(cor_rad,cor_angle) turtle.fd(length 阅读全文
posted @ 2020-06-29 16:43 aoimo 阅读(98) 评论(0) 推荐(0) 编辑