Calling a function with a delay is done by using the invoke() function, like that : def foo(): print('bar') invoke(foo, delay=5) # Calls ...
確定! 回上一頁