We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2ceb7 commit ee748ccCopy full SHA for ee748cc
voting
@@ -2,7 +2,9 @@
2
import time
3
def session1():
4
print("Are you sure you want to vote for John Doe?")
5
- input("Y/N: ")
+ votevar = input("Y/N: ")
6
+ if votevar() == 'Y'
7
+ print("Thank you for voting for John Doe")
8
def session2():
9
print("Are you sure you want to vote for Jane Smith?")
10
input("Y/N: ")
0 commit comments