Skip to content

Commit 8765945

Browse files
committed
add code needed
1 parent 04d0ead commit 8765945

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

4_Problems/2_13_Matplotlib Format Charts.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
"id": "0ec207b2",
7171
"metadata": {},
7272
"outputs": [],
73-
"source": []
73+
"source": [
74+
"# Code Needed\n",
75+
"schedules = ['Full-time', 'Part-time', 'Contractor', 'Internship']"
76+
]
7477
},
7578
{
7679
"cell_type": "markdown",
@@ -94,7 +97,10 @@
9497
"id": "da9f1181",
9598
"metadata": {},
9699
"outputs": [],
97-
"source": []
100+
"source": [
101+
"# Code Needed\n",
102+
"job_roles = ['Senior Data Analyst', 'Senior Data Scientist', 'Senior Data Engineer']"
103+
]
98104
},
99105
{
100106
"cell_type": "markdown",

0 commit comments

Comments
 (0)