Skip to content

Commit

Permalink
better example of length comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Sep 7, 2022
1 parent fd6b871 commit 2822814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
},
"source": [
"#### Question 1.1.3\n",
"What is the longest word in the dataset whose stem wasn't shortened? Assign that to `longest_uncut`. Break ties alphabetically from Z to A (so if your options are \"albatross\" or \"batman\", you should pick \"batman\").\n",
"What is the longest word in the dataset whose stem wasn't shortened? Assign that to `longest_uncut`. Break ties alphabetically from Z to A (so if your options are \"anchor\" or \"batman\", you should pick \"batman\").\n",
"\n",
"<!--\n",
"BEGIN QUESTION\n",
Expand Down

0 comments on commit 2822814

Please sign in to comment.