Skip to content

Commit df9a28b

Browse files
fg,auyehr87catwnr68tszx
1 parent 0245917 commit df9a28b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

python

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
1+
import time
2+
def yesjon():
3+
print("Are you sure you want to vote for John Doe")
4+
print("Type in 1 for John Doe, 2 for Jane Smith, and 3 for Sirhan Sirhan")
5+
votenum = input("Who do you want to vote for?")
6+
jon = 1
7+
jane = 2
8+
sir = 3
9+
if votenum = jon:
10+
yesjon()

0 commit comments

Comments
 (0)