-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstatic_data.py
More file actions
59 lines (56 loc) · 1.45 KB
/
static_data.py
File metadata and controls
59 lines (56 loc) · 1.45 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
names = [
'Mario The Plumber',
'Luigi The Brother',
'Peach The Helpless',
'Daisy The Other One',
'Bowser The Jerk',
'Koopa The Turtle',
'Donkey The Kong',
'Diddy The Kong',
'Yoshi The Green Guy',
'Wario The Fat',
'Waluigi The Skinny',
'Toad The Mushroom',
'Bill The Bullet',
'Boo The Ghost',
]
ongoing_tasks = [
'Working on Level 5',
'Working on Level 6',
'Working on Level 7',
'Working on Level 8',
'Organizing the office reunion party',
'Buying extra stabples',
'Bending all paperclips back into shape',
'Making photo copies from Luigi\'s photoshoot',
'Posting Daysi\'s pictures to Instagram',
'Trying to save the princess',
'Figuring out how to jump over man-eating plant'
]
completed_tasks = [
'Beat level 1',
'Beat level 2',
'Beat level 3',
'Beat level 4',
'Stomped 10 mushrooms',
'Stomped 50 mushrooms',
'Stomped 100 mushrooms',
'Cleaned the file cabinet',
'File Mario\'s taxes',
'Brought Bowser his coffee',
'Made Mario and Wario come to terms',
'Finished Game of Thrones during work hours',
]
problems = [
'I don\'t want to automate with Python',
'I can\'t beat Level 9',
'I can\'t beat Level 10',
'I don\' thinkg Peach is worth it',
'I want more vacation days',
'Waluigi has more sick days than me',
'Donkey Kong takes up two entire cubicles',
'I miss watching The Office',
'I just had my tonsils removed',
'Sometimes I feel empty inside',
'I think I have a crush on my boss',
]