-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
beginner-friendlybugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
π’ Logic & Syntax Practice: Second Largest Number
Task:
Write a function to find the second largest number in a list.
Example Input:
[23, 45, 12, 67, 45, 89, 67]Expected Output:
67π Skills Youβll Use
- Python syntax
- Variables and lists
- Conditional statements (if-elif-else)
- Loops (for/while)
- Functions (optional)
- File handling (optional)
- CLI user experience
β Tasks
-
Create a new folder:
your_name/second_largest_number/ -
Add your script file:
second_largest.py -
Include a
README.mdinside your folder explaining:- What the project does
- How to run it
- Example input/output
-
Commit and push your changes.
-
Create a Pull Request with the title:
[Your Name] β Second Largest Number
π·οΈ Labels
good first issue beginner-friendly help wanted
π¬ Need help getting started?
Follow our First Contributions Guide or ask in the Discussions section.
Good luck and happy coding! π
Metadata
Metadata
Assignees
Labels
beginner-friendlybugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed