Tallys up electronic student election votes while ensuring no duplicates and no unauthorized voters. If duplicates are found, only the first vote is used.
- Paste the following information from your spreadsheet into the text files in
/data
, one entry per lineverified_emails.txt
: Emails of students who are allowed to votevoter_emails.txt
: Emails of votersvotes.txt
: Choices of voters, each corresponding to an email invoter_emails.txt
python3 main.py