Home > Blockchain >  i wrote a code with python for hoop wiht computer but i can't end it when time up
i wrote a code with python for hoop wiht computer but i can't end it when time up

Time:09-16

hello i wrote a code with python for 'hoop' with computer and as long as it continues, the user loses but i have a problem , I set a time limit for the input but after the time is up the program does not end, how i can fix it?

my code is :

from threading import Timer

print('Hello           
  • Related