-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Description
The Level 00 exercise files would benefit from module-level docstrings that briefly describe what the exercise teaches. This helps learners who open the file and want quick context.
Acceptance Criteria
- Add a one-line module docstring to each
exercise.pyinprojects/level-00-absolute-beginner/ - Docstrings should describe the learning objective (e.g., """Learn to store values in variables and print them.""")
- Do not change any existing code logic
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers