Skip to content

Commit 75d5172

Browse files
authored
py
1 parent df9a28b commit 75d5172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import time
2-
def yesjon():
2+
def session():
33
print("Are you sure you want to vote for John Doe")
44
print("Type in 1 for John Doe, 2 for Jane Smith, and 3 for Sirhan Sirhan")
55
votenum = input("Who do you want to vote for?")
66
jon = 1
77
jane = 2
88
sir = 3
99
if votenum = jon:
10-
yesjon()
10+
session()

0 commit comments

Comments
 (0)