robertjamesdiaz / 100Exam

0 stars 0 forks source link

created gitignore file #3

Open robertjamesdiaz opened 2 years ago

Danicadawn433 commented 2 years ago

tama ni sya? asa sa dalawa? di ko sya ma attach ang file

For Stop Function

def Stop(): global running start['state']= 'normal' stop['state']='disabled' running = False

def Stop(): global running if running: stopwatch_label.after_cancel(update_time) running=False