Posts by Henrique Pagan • 3 points
1 post
-
0
votes1
answer340
viewsQ: Hello, in Tkinter how to take the value of the sum generated by numbers and compare with the user input?
from tkinter import * from random import randrange, uniform window = Tk() window.title("Welcome to LikeGeeks app") window.geometry('800x600') lbl1 = Label(window, text="00", font=("Arial Bold", 50))…