摘要: 安装jupyter pip3 intall jupyter 启动 jupyter notebook 创建数组 阅读全文
posted @ 2020-12-15 15:41 fly_bk 阅读(103) 评论(0) 推荐(0)
摘要: import unittest import matplotlib.pyplot as plt """简易散点图""" class MyTestCase(unittest.TestCase): def test_something(self): self.assertEqual(True, Fals 阅读全文
posted @ 2020-12-15 08:31 fly_bk 阅读(91) 评论(0) 推荐(0)