-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.py
26 lines (22 loc) · 824 Bytes
/
test.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
namesTest = ['QUESTION', '', '', '',
'What is .....?', '', '', '',
'Timer', '', '', '',
'Group 1 +', 'Group 2 +', '', '',
'', '', '', '',
'', '', '', '']
print(namesTest[0])
question_names = ['QUESTION', '', '', '',
'What is .....?', '', '', '',
'Timer', '', '', '',
'Group 1 +', 'Group 2 +', '', '',
'', '', '', '',
'', '', '', '']
names = ['Vocabulary', 'Grammer', 'Tenses', 'Punctuation',
'10', '10', '10', '10',
'20', '20', '20', '20',
'30', '30', '30', '30',
'40', '40', '40', '40',
'Timer:', 'Score Group1:', 'Score Group2:', '']
# newfont = QtGui.QFont("Times", 18, QtGui.QFont.Bold)
positions = [(i,j) for i in range(6) for j in range(4)]
# for position, name in zip(positions, names):