tum 5 jaren geleden
bovenliggende
commit
baf37b4a96
2 gewijzigde bestanden met toevoegingen van 13 en 1 verwijderingen
  1. 11 0
      .ipynb_checkpoints/Lab-checkpoint.ipynb
  2. 2 1
      Lab.ipynb

+ 11 - 0
.ipynb_checkpoints/Lab-checkpoint.ipynb

@@ -4,6 +4,17 @@
4 4
    "cell_type": "markdown",
5 5
    "metadata": {},
6 6
    "source": [
7
+    "# installation\n",
8
+    "ตาม links ต่อไปนี้ \n",
9
+    "- https://phoenixnap.com/kb/how-to-install-python-3-windows\n",
10
+    "- https://docs.python.org/3/library/venv.html\n",
11
+    "- https://physics.info/equations/"
12
+   ]
13
+  },
14
+  {
15
+   "cell_type": "markdown",
16
+   "metadata": {},
17
+   "source": [
7 18
     "# Lab 1.1 \n",
8 19
     "เขียน program บวกเลข ตั้งแต่ 1 .. n ตัวอย่าง\n",
9 20
     "n = 10\n",

+ 2 - 1
Lab.ipynb

@@ -7,7 +7,8 @@
7 7
     "# installation\n",
8 8
     "ตาม links ต่อไปนี้ \n",
9 9
     "- https://phoenixnap.com/kb/how-to-install-python-3-windows\n",
10
-    "- https://docs.python.org/3/library/venv.html"
10
+    "- https://docs.python.org/3/library/venv.html\n",
11
+    "- https://physics.info/equations/"
11 12
    ]
12 13
   },
13 14
   {