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 2

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


📁 Project Structure

~/discovery_piscine/
└── module2/
    ├── ex00/
    │   └── iszero.py
    ├── ex01/
    │   └── isneg.py
    ├── ex02/
    │   └── password.py
    ├── ex03/
    │   └── mult.py

📄 Files

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.

📋 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

rmarin-n@student.42barcelona.com