We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a5cac commit c2f9c10Copy full SHA for c2f9c10
2 files changed
basics/README.md
@@ -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
+\# Core Logic Module
+This module contains logic-driven CLI tools.
+\## Included Tools
+\- Square Checker
+  - Computes square of a number
+  - Determines even/odd classification
+  - Demonstrates separation of logic and input handling
0 commit comments