Skip to content

Commit a3c6f75

Browse files
authored
Merge pull request #6 from andrew-thach/main
Merge Andrew's Changes
2 parents 66218b4 + cd2e29d commit a3c6f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Labs/lab_l07_dictionaries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"\n",
2929
"| Key | Value | \n",
3030
"| --- | --- |\n",
31-
"| cis-15 | Python Programming for Everyone |\n",
31+
"| cis-15 | Programming with Python |\n",
3232
"| cis-81 | Introduction to Networking |\n",
3333
"| cis-90 | Introduction to UNIX/Linux | \n",
3434
"| cis-75 | Computer Security Fundamentals |"

Lessons/04_operators.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"source": [
155155
"## Order of Operations \n",
156156
"\n",
157-
"Operations are applied in a specific order. Python uses the same order as many other programming languages. You can remember it using the word PEDMAS:\n",
157+
"Operations are applied in a specific order. Python uses the same order as many other programming languages. You can remember it using the word PEMDAS:\n",
158158
"\n",
159159
" * Parenthesis (this is done first)\n",
160160
" * Exponents\n",

0 commit comments

Comments
 (0)