FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update array-seq.ipynb by DimitrisPapac · Pull Request #36 · fluentpython/example-code-2e · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .ipynb  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 3 additions & 3 deletions 02-array-seq/array-seq.ipynb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -1304,8 +1304,8 @@
"1601 PiTFT Mini Kit 320x240 $34.95 1 $34.95\n",
"\"\"\"\n",
"\n",
"SKU = slice(0, 6)\n",
"DESCRIPTION = slice(6, 40)\n",
"SKU = slice(0, 5)\n",
"DESCRIPTION = slice(5, 40)\n",
"UNIT_PRICE = slice(40, 52)\n",
"QUANTITY = slice(52, 55)\n",
"ITEM_TOTAL = slice(55, None)\n",
Expand Down Expand Up @@ -2803,4 +2803,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

Back | FazBrowse Home | New Git URL