Repository of exercises for Module 2 of the Discovery Piscine at 42 (Python basics).
~/discovery_piscine/
└── module2/
├── ex00/
│ └── iszero.py
├── ex01/
│ └── isneg.py
├── ex02/
│ └── password.py
├── ex03/
│ └── mult.py| Exercise | Folder | File | Description |
|---|---|---|---|
| 00 | ex00/ | iszero.py |
Asks the user for a number and checks if it is zero or not. |
| 01 | ex01/ | isneg.py |
Asks the user for a number and shows if it is negative, positive, or zero. |
| 02 | ex02/ | password.py |
Asks for a password and grants or denies access depending on correctness. |
| 03 | ex03/ | mult.py |
Asks the user for two numbers, multiplies them, shows the result, and whether it is positive, negative, or zero. |
| Exercise | Folder | Completed | Submitted | Validated |
|---|---|---|---|---|
| 00 | ex00 | ✅ Yes | ✅ Yes | ✅ Yes |
| 01 | ex01 | ✅ Yes | ✅ Yes | ✅ Yes |
| 02 | ex02 | ✅ Yes | ✅ Yes | ✅ Yes |
| 03 | ex03 | ✅ Yes | ✅ Yes | ✅ Yes |
This project is part of the learning process during the Discovery Piscine 42 and is submitted for educational purposes.
You may reuse the code for personal use or as reference.
Developed as part of the Python programming challenge during the Discovery Piscine 42.