Skip to content

Commit 4a735f8

Browse files
committed
solved errors
1 parent 78784b3 commit 4a735f8

File tree

65 files changed

+11567
-1690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+11567
-1690
lines changed

ANSI_C_Programming/.ipynb_checkpoints/chapter12-checkpoint.ipynb

Lines changed: 1504 additions & 0 deletions
Large diffs are not rendered by default.

ANSI_C_Programming/chapter12.ipynb

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,32 @@
181181
],
182182
"language": "python",
183183
"metadata": {},
184-
"outputs": [],
185-
"prompt_number": 13
184+
"outputs": [
185+
{
186+
"ename": "SystemExit",
187+
"evalue": "1",
188+
"output_type": "pyerr",
189+
"traceback": [
190+
"An exception has occurred, use %tb to see the full traceback.\n",
191+
"\u001b[0;31mSystemExit\u001b[0m\u001b[0;31m:\u001b[0m 1\n"
192+
]
193+
},
194+
{
195+
"output_type": "stream",
196+
"stream": "stdout",
197+
"text": [
198+
"Cannot open file\n"
199+
]
200+
},
201+
{
202+
"output_type": "stream",
203+
"stream": "stderr",
204+
"text": [
205+
"To exit: use 'exit', 'quit', or Ctrl-D.\n"
206+
]
207+
}
208+
],
209+
"prompt_number": 1
186210
},
187211
{
188212
"cell_type": "heading",
@@ -563,8 +587,32 @@
563587
],
564588
"language": "python",
565589
"metadata": {},
566-
"outputs": [],
567-
"prompt_number": 20
590+
"outputs": [
591+
{
592+
"ename": "SystemExit",
593+
"evalue": "1",
594+
"output_type": "pyerr",
595+
"traceback": [
596+
"An exception has occurred, use %tb to see the full traceback.\n",
597+
"\u001b[0;31mSystemExit\u001b[0m\u001b[0;31m:\u001b[0m 1\n"
598+
]
599+
},
600+
{
601+
"output_type": "stream",
602+
"stream": "stdout",
603+
"text": [
604+
"cannot open file\n"
605+
]
606+
},
607+
{
608+
"output_type": "stream",
609+
"stream": "stderr",
610+
"text": [
611+
"To exit: use 'exit', 'quit', or Ctrl-D.\n"
612+
]
613+
}
614+
],
615+
"prompt_number": 2
568616
},
569617
{
570618
"cell_type": "heading",

A_Heat_Transfer_Text_Book/.ipynb_checkpoints/Chapter1-checkpoint.ipynb

Lines changed: 334 additions & 0 deletions
Large diffs are not rendered by default.

A_Heat_Transfer_Text_Book/.ipynb_checkpoints/Chapter11-checkpoint.ipynb

Lines changed: 631 additions & 0 deletions
Large diffs are not rendered by default.

A_Heat_Transfer_Text_Book/Chapter1.ipynb

Lines changed: 333 additions & 331 deletions
Large diffs are not rendered by default.

A_Heat_Transfer_Text_Book/Chapter11.ipynb

Lines changed: 630 additions & 636 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)