Skip to content

Commit

Permalink
Update Part.1.E.5.strings.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
wpeiran authored and xiaolai committed Apr 22, 2019
1 parent 3c3d195 commit a02a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part.1.E.5.strings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@
"print(\"s.lower().startswith('S'):\", \\\n",
" s.lower().startswith('S'))\n",
"print(\"s.lower().startswith('b', 10):\", \\\n",
" s.lower().startswith('b', 10)) \n",
" s.lower().startswith('b', 10))\n",
"print(\"s.lower().startswith('e', 11, 20):\", \\\n",
" s.lower().startswith('e', 11, 20))\n",
"\n",
Expand Down

0 comments on commit a02a73b

Please sign in to comment.