Example
ballEntry = Entry(window,width=10, textvariable=total)
TenisballlEntry = Entry(window,width=10, textvariable=total)
total = ballEntry.get() + TenisballlEntry.get()
I don't know how to take the input from the what the users enter, and then sort of "turn them" into an integer that the program can understand so they can be added?