Code: Select all
from guizero import App, PushButton, Slider
import body
def body_central():
[color=#40BF00] while[/color]
'''body.cuerpo_general(a,b) '''
[color=#00BF00] end while[/color]
app = App(title="TEST", height=480, width=640)
button = PushButton(app, command=body_central, text="CUERPO")
app.display()
thanks for you time