摘要: 如何查找月食?使用Python来解决 月食 阅读全文
posted @ 2024-05-16 15:57 ZY-LunarCrater 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1 import barcode 2 from barcode.writer import ImageWriter 3 4 #Define content of the barcode as a string 5 number = input("Enter the code to generate 阅读全文
posted @ 2022-09-08 02:42 ZY-LunarCrater 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 1 from calendar import* 2 year = int(input('Enter Year;')) 3 print(calendar(year,2,1,8,4)) 阅读全文
posted @ 2022-09-08 02:18 ZY-LunarCrater 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 天文 | 带有北斗星和闪电的极光 极光 阅读全文
posted @ 2022-08-22 00:20 ZY-LunarCrater 阅读(87) 评论(0) 推荐(0) 编辑
摘要: python: 绘制数学函数 1 import matplotlib.pyplot as plt 2 import numpy as np 3 4 # 100 linearly spaced numbers 5 x = np.linspace(-5,5,100) 6 7 # the function, which is y = 阅读全文
posted @ 2022-08-22 00:06 ZY-LunarCrater 阅读(248) 评论(0) 推荐(0) 编辑
摘要: “银河与向日葵” 第一篇 阅读全文
posted @ 2022-08-19 18:58 ZY-LunarCrater 阅读(58) 评论(0) 推荐(0) 编辑