Skip to content

Instantly share code, notes, and snippets.

@HuangJiaLian
Created March 31, 2022 14:18
Show Gist options
  • Save HuangJiaLian/b3de76416b5c571a6dbb61ef2d4486cf to your computer and use it in GitHub Desktop.
Save HuangJiaLian/b3de76416b5c571a6dbb61ef2d4486cf to your computer and use it in GitHub Desktop.
Show click counter
def play():
global count, time_signature, count_label
count += 1
count_label['text'] = '{}'.format(count)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment