Skip to content

Commit a3d2758

Browse files
committed
Changed the day of the week as the instructional text indicated that the test should return False. Picked Wednesday so the slicing abbreviation made sense.
1 parent b0b0094 commit a3d2758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Crash Course.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@
13091309
}
13101310
],
13111311
"source": [
1312-
"day = \"Sunday\"\n",
1312+
"day = \"Wednesday\"\n",
13131313
"abbreviation = day[:3]\n",
13141314
"print abbreviation"
13151315
]

0 commit comments

Comments
 (0)