commit a62796097d067e4b13e9d503375b6cdddd3d1214 parent c750c1869b2d3e8d8c6dfd816c2b491055d0bc18 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Thu, 18 Jun 2026 20:03:27 +0530 start of 2nd sem Diffstat:
| D | docs-new/semester_2/python/code/index.md | | | 10 | ---------- |
| R | docs-new/semester_2/python/code/code_01.md -> docs-new/semester_2/python/code_01.md | | | 0 | |
| M | docs-new/semester_2/python/index.md | | | 6 | +++--- |
3 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/docs-new/semester_2/python/code/index.md b/docs-new/semester_2/python/code/index.md @@ -1,10 +0,0 @@ -# Code - -Files and sub-folders in **Code**. - -## Files - -| # | File | Link | -|---|---|---| -| 1 | `code_01.py` | [View Code](code_01.md) | - diff --git a/docs-new/semester_2/python/code/code_01.md b/docs-new/semester_2/python/code_01.md diff --git a/docs-new/semester_2/python/index.md b/docs-new/semester_2/python/index.md @@ -2,9 +2,9 @@ Files and sub-folders in **Python**. -## Folders +## Files -| # | Folder | Link | +| # | File | Link | |---|---|---| -| 1 | Code | [Open](code/index.md) | +| 1 | `code_01.py` | [View Code](code_01.md) |