Skip to content

Commit c8e47d3

Browse files
removing old access codes
1 parent 30fabd9 commit c8e47d3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

CMP9065 Data Programming in Python/lectures/Lecture 3 - List Comprehension, List Slicing, Functions, and Map.ipynb

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"source": [
88
"# Lecture 3 - List Comprehension, List Slicing, Functions, and Map\n",
99
"\n",
10-
"# 561240\n",
11-
"\n",
1210
"Welcome to week three! Today we'll be briefly recapping loops and if statements from last week, then looking a little deeper at lists and their usage, particularly list comprehension and list slicing, and then covering functions - including what they are, what they're for, and plenty of usage examples.\n",
1311
"\n",
1412
"- [Recap](#Recap)\n",

CMP9065 Data Programming in Python/workshops/Workshop 3 - List Comprehension, List Slicing, Functions, and Map.ipynb

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"source": [
88
"# Workshop 3 - List Comprehension, List Slicing, Functions, and Map\n",
99
"\n",
10-
"# 332161\n",
11-
"\n",
1210
"Welcome to week three! Today we'll be briefly recapping loops and if statements from last week, then looking a little deeper at lists and their usage, particularly list comprehension and list slicing, and then covering functions - including what they are, what they're for, and plenty of usage examples.\n",
1311
"\n",
1412
"- [Lists](#Lists)\n",

0 commit comments

Comments
 (0)