This folder contains beginner-friendly Python scripts that demonstrate basic programming concepts.
basic_operations.py
Performs and prints the results of basic arithmetic operations (addition, multiplication, division, and subtraction) using two numbers.
control flow folder
This repository contains Python scripts that demonstrate basic control flow concepts such as loops, conditionals, and pattern matching.
- control-flow/
Contains scripts for practicing and understanding Python control flow.
-
pattern_drawing.py
Draws a square pattern of asterisks (*) of user-defined size. -
match_case_calculator.py
A simple calculator using Python'smatch-casestatement. -
daily_reminder.py
Prompts for a task, its priority, and time constraints, then provides a reminder usingmatch-case.
To run any script, use:
python control-flow/<script_name>.py