Posts by Lucas ComeOver • 13 points
1 post
-
1
votes1
answer114
viewsQ: How to pass a function as an argument in Python?
I tried it in various ways, using local variables and assigning them the two methods but it didn’t work, does anyone know where I went wrong? def game(init, loop, frame_rate=60): from time import…