+ 1
How do I go about this?
Hey guys, I am using Python's GUI interface, Tkinter, to try to create a click counter. Basically it adds up the times you clicked in ten seconds and divides it by 10. I have most of it but I don't know if I should use OOP or functional programming. Although I don't know how to use much of either. I kinda hate that.
1 ответ
+ 3
OOP can show its full power if you develop in teams.
I think you dont mean functional programming (lambda, closures, functions as objects...)
but working with
def fun():
Finally- do what you want. Both will do it.