编程
超级炒鸡
5年级4班班长
喜欢数学,当然,更喜欢python
不近视
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c++ 创建Windows窗口
233原创 2022-08-09 18:58:39 · 1698 阅读 · 1 评论 -
用C++编绘图控件工具
点开看看吧!!求求原创 2022-05-14 11:44:41 · 1008 阅读 · 0 评论 -
python 计时器
直接上代码: import tkinter as tk import time # 创建主窗口 window = tk.Tk() window.title('进度条') window.geometry('630x150') # 设置下载进度条 tk.Label(window, text='下载进度:', ).place(x=50, y=60) canvas = tk.Canvas(window, width=465, height=22, bg="white") canvas.place(x=110原创 2022-04-27 12:26:01 · 184 阅读 · 0 评论 -
python 计时器
计时器原创 2022-04-27 12:21:25 · 180 阅读 · 0 评论 -
python 做绘图工具
你想不想用python 画画? 直接上代码: import tkinter class MyButton: def __init__ (seif,root,canvas,label,type): self.root = root self.canvas = canvas self.label = label if type == 0:原创 2022-04-27 11:49:55 · 699 阅读 · 1 评论 -
【无标题】用python做圆周率倍数从1~100
直接上代码: for i in range(100): i=i+1 print('3.14 X ',i," =",3.14*i)原创 2022-02-23 12:17:31 · 482 阅读 · 0 评论 -
python画皮卡丘
python画皮卡丘原创 2021-12-27 11:47:23 · 225 阅读 · 0 评论
分享