Skip to content

Commit c2f9c10

Browse files
committed
Added README documentation to module files
1 parent b1a5cac commit c2f9c10

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

basics/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
\# Basics Module
2+
3+
4+
5+
This module covers foundational Python concepts:
6+
7+
8+
9+
\- Printing output
10+
11+
\- Variables
12+
13+
\- String formatting
14+
15+
\- Basic loops
16+
17+
18+
19+
Designed as the starting point of the Python systems foundation.
20+
21+
22+

core_logic/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
\# Core Logic Module
2+
3+
4+
5+
This module contains logic-driven CLI tools.
6+
7+
8+
9+
\## Included Tools
10+
11+
12+
13+
\- Square Checker
14+
15+
  - Computes square of a number
16+
17+
  - Determines even/odd classification
18+
19+
  - Demonstrates separation of logic and input handling
20+
21+
22+

0 commit comments

Comments
 (0)