Repository of exercises for Module 0 of the Discovery Piscine at 42 (Python basics).
~/discovery_piscine/
└── module1/
├── ex00/
│ └── name.py
├── ex01/
│ └── name.py
├── ex02/
│ └── age.py
├── ex03/
│ └── whatsyourname.py| Exercise | Folder | File | Description |
|---|---|---|---|
| 00 | ex00/ | name.py |
Prints first and last name on stdout. |
| 01 | ex01/ | name.py |
Concatenates first and last name into a whole_name variable and prints it. |
| 02 | ex02/ | age.py |
Adds 42 to your current age and prints the result. |
| 03 | ex03/ | whatsyourname.py |
Asks the user for first and last name, then greets them. |
| 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.