summaryrefslogtreecommitdiff
path: root/ANSI_C_Programming/chapter12.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'ANSI_C_Programming/chapter12.ipynb')
-rwxr-xr-xANSI_C_Programming/chapter12.ipynb56
1 files changed, 52 insertions, 4 deletions
diff --git a/ANSI_C_Programming/chapter12.ipynb b/ANSI_C_Programming/chapter12.ipynb
index 8bab1a13..59c2b543 100755
--- a/ANSI_C_Programming/chapter12.ipynb
+++ b/ANSI_C_Programming/chapter12.ipynb
@@ -181,8 +181,32 @@
],
"language": "python",
"metadata": {},
- "outputs": [],
- "prompt_number": 13
+ "outputs": [
+ {
+ "ename": "SystemExit",
+ "evalue": "1",
+ "output_type": "pyerr",
+ "traceback": [
+ "An exception has occurred, use %tb to see the full traceback.\n",
+ "\u001b[0;31mSystemExit\u001b[0m\u001b[0;31m:\u001b[0m 1\n"
+ ]
+ },
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "Cannot open file\n"
+ ]
+ },
+ {
+ "output_type": "stream",
+ "stream": "stderr",
+ "text": [
+ "To exit: use 'exit', 'quit', or Ctrl-D.\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
},
{
"cell_type": "heading",
@@ -563,8 +587,32 @@
],
"language": "python",
"metadata": {},
- "outputs": [],
- "prompt_number": 20
+ "outputs": [
+ {
+ "ename": "SystemExit",
+ "evalue": "1",
+ "output_type": "pyerr",
+ "traceback": [
+ "An exception has occurred, use %tb to see the full traceback.\n",
+ "\u001b[0;31mSystemExit\u001b[0m\u001b[0;31m:\u001b[0m 1\n"
+ ]
+ },
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "cannot open file\n"
+ ]
+ },
+ {
+ "output_type": "stream",
+ "stream": "stderr",
+ "text": [
+ "To exit: use 'exit', 'quit', or Ctrl-D.\n"
+ ]
+ }
+ ],
+ "prompt_number": 2
},
{
"cell_type": "heading",