Voting app with python
import time
print("You're about to vote for your future president")
time.sleep(2)
print("The aspirant are 'JOSEPH' & 'Chinedu'")
print()
#nominee vote count
nominee1v= 0
nominee2v = 0
# voters Id the user will select from
voters_id = [1,2,3,4,5,6,...
josephchinedu.hashnode.dev3 min read