Skip to content

Commit

Permalink
Adding If-Else-Elif Demonstration in Python
Browse files Browse the repository at this point in the history
  • Loading branch information
oneananda committed Oct 27, 2024
1 parent 7642405 commit 82f50ec
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 0009-If-Else-Elif/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# If-Else-Elif Demonstration in Python

This program demonstrates various examples of using conditional statements (`if`, `else`, `elif`) in Python. It covers basic usage as well as more advanced scenarios like nested conditions and logical operators.

## Prerequisites

- Python 3.x

## Usage

1. Clone or download this repository.
2. Navigate to the directory containing the `if_else_elif.py` script.
3. Run the script using the following command:

```bash
python if_else_elif.py
```

0 comments on commit 82f50ec

Please sign in to comment.