forked from plaimi/q
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquestions.py
More file actions
23 lines (23 loc) · 910 Bytes
/
questions.py
File metadata and controls
23 lines (23 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- coding: utf-8 -*-
questions = [
['Category', 'Question 1?', 'Answer'],
['Category', 'Question 2?', 'Answer'],
['Category', 'Question 3?', 'Answer'],
['Category', 'Question 4?', 'Answer'],
['Category', 'Question 5?', 'Answer'],
['Category', 'Question 6?', 'Answer'],
['Category', 'Question 7?', 'Answer'],
['Category', 'Question 8?', 'Answer'],
['Category', 'Question 9?', 'Answer'],
['Category', 'Question 10?', 'Answer'],
['Category', 'Question 11?', 'Answer'],
['Category', 'Question 12?', 'Answer'],
['Category', 'Question 13?', 'Answer'],
['Category', 'Question 14?', 'Answer'],
['Category', 'Question 15?', 'Answer'],
['Category', 'Question 16?', 'Answer'],
['Category', 'Question 17?', 'Answer'],
['Category', 'Question 18?', 'Answer'],
['Category', 'Question 19?', 'Answer'],
['Category', 'Question 20?', 'Answer']
]