用户:
蒟蒻OIer1048576查看:107 回复:19 评论:107 创建时间:2020-05-21T14:34:40
要求:
有Python基础即可。
会教你什么:
Python OOP编程(面向对象编程)
爬虫
界面(tkinter)
....................................等等
联系方式(((o(*゚▽゚*)o))):
13050249877
import guimaker
import random
a = 0
x = 0
y = 0
g = guimaker.GUI(width=500, height=500, title="恶魔妈妈")
def d():
pass
def f():
global a
global x
global y
a += 1
x =random.randint(1,500)
y = random.randint(1,500)
g.button(text=a, command = d ,width=5, height=5, x=x, y=y)
g.button(text="按我", command=f, width=100, height=100, x=0, y=0)
g.run()
点赞0
评论
蒟蒻OIer1048576creeper? awww man so we back in the mine got our pick axe swinging from s2s,ss2s
点赞0
评论