Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Spanish README

🐍 Discovery Piscine - Module 1

Repository of exercises for Module 0 of the Discovery Piscine at 42 (Python basics).


📁 Project Structure

~/discovery_piscine/
└── module1/
    ├── ex00/
    │   └── name.py
    ├── ex01/
    │   └── name.py
    ├── ex02/
    │   └── age.py
    ├── ex03/
    │   └── whatsyourname.py

📄 Files

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.

📋 Project status

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

📜 License

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.


🙋 Author

Developed as part of the Python programming challenge during the Discovery Piscine 42.


📧 Contact

[email protected]