Está en la página 1de 1

etiqueta_nro1 = Label(franel, text="Ingrese numero 1:")

etiqueta_nro1.grid(ro=0,coLumn=0)

texto_nro1 = Entry(frane1)
17 texto_nro1.grid(row=0,column=

etiqueta_nro2 = Label(framel, tex


20 etiqueta_nro2.grid(row=1, column=0)
1 texto_nro2 = Entry(frame1)
texto_nro2.grid(row=1,column=1)

“Ingrese numero 2:")

24 botonSuna = Button(frane2, text="+" font="Arial 12",bg="red",fg="white",


width=20, height=2)
5 botonSuna.grid(rom=0,colum=0)

26 botonResta = Button(frane2, text="-", font="Arial


12",bg="red",fg="white",width=20, height=2)

27 botonResta.grid(row=0,column=1)

28 botonProducto = Button(frane2,text="+", font="Anial 12",bg="red", fg="white",


width=20,height=2)
9 botonProducto.grid(row=1,column=0)

30 botonDivision = Button(frame2, text: 9,height=2)


31 botonDivision.grid(row=1,column=1)

etiqueta_nro3 = Label(frame3, text="Resultado")


34 etiqueta_nro3.grid(row=0,columnspan=2)

: ventana.mainloop()

También podría gustarte