how can I do to make multiple question quiz?
Create multiple if statements.
if input('Answer 1: ') == '351': print('Correct') # Or run some other code if input('Answer 2: ') == '513': print('Correct') # Or run some other code again
Please mark as answer
Create multiple if statements.
Please mark as answer