Created
March 31, 2022 14:18
-
-
Save HuangJiaLian/b3de76416b5c571a6dbb61ef2d4486cf to your computer and use it in GitHub Desktop.
Show click counter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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