You are viewing a single comment's thread.

view the rest of the comments →

[–] 26557787? ago 

For voter in votercount {

If voter.presidentElect == .trump {

Biden_count += 2

Trump_count += 1

} else {

Biden_count += 1

}

}