Skip to content
Snippets Groups Projects
Commit eb606113 authored by cprutean's avatar cprutean
Browse files

Update file CodeExamples.ipynb

parent ec9efbed
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
"> [ReadingandPrintingStrings](ReadingandPrintingStrings.ipynb): Read a string by input() and print it. \n", "> [ReadingandPrintingStrings](ReadingandPrintingStrings.ipynb): Read a string by input() and print it. \n",
"> [ReadingandPrintingStringsMain](ReadingandPrintingStringsMain.ipynb): Read a string by input() and print it using a main() structure. \n", "> [ReadingandPrintingStringsMain](ReadingandPrintingStringsMain.ipynb): Read a string by input() and print it using a main() structure. \n",
"> [ReadingandPrintingFloats](ReadingandPrintingFloats.ipynb): Read a single float and print it out as a string. \n", "> [ReadingandPrintingFloats](ReadingandPrintingFloats.ipynb): Read a single float and print it out as a string. \n",
"> [ReadingandPrintingFloatsMain](ReadingandPrintingFloatsMain.ipynb): Read a single float and print it out as a string using a main() structure. \n", "> [ReadingandPrintingFloatsMain](ReadingandPrintingFloatsMain.ipynb): Read a single float and print it out as a string using a main() structure. \n",
"> [ReadingandFormatFloats](ReadingandFormatFloats.ipynb): Read float, form 10$^6$ and $^2$, and print out. \n", "> [ReadingandFormatFloats](ReadingandFormatFloats.ipynb): Read float, form 10$^6$ and $^2$, and print out. \n",
"> [ReadingandFormatFloatsMain](ReadingandFormatFloatsMain.ipynb): Read float, form *10^6 and ^2, and print out using a main() structure. \n", "> [ReadingandFormatFloatsMain](ReadingandFormatFloatsMain.ipynb): Read float, form *10^6 and ^2, and print out using a main() structure. \n",
"> [ReadingIntandFloat](ReadingIntandFloat.ipynb): Read in int and float, and perform some basic arithmetic and print. \n", "> [ReadingIntandFloat](ReadingIntandFloat.ipynb): Read in int and float, and perform some basic arithmetic and print. \n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment