pull down to refresh

During the 2020 election, I made this joke that I was somewhat proud of:

def count_votes():
    if biden.votes > trump.votes:
        declare_winner(biden)
    else:
        count_votes()
reply