How do you set a timer, that once finished, raises the value of a variable in python 3.x?

后端 未结 0 1014
南方客
南方客 2021-01-27 16:20

I\'m trying to set a timer that after n amount of time will raise the value of a variable I\'ve called speed. I tried using a function like this:

import threading         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题