Why does Delay expect integer?
Posted: Thu Oct 13, 2016 12:45 pm
The code below works.
But my IDLE says the function expects integer and not float? Am I suppose to use an alternative method?
Syntax: Select all
from listeners.tick import Delay
Delay(0.5, <function_name>)
But my IDLE says the function expects integer and not float? Am I suppose to use an alternative method?