Skip to content

✨ Practice Problems: Second Largest Number #9

@ghostdeveloper404

Description

@ghostdeveloper404

πŸ”’ 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

  1. Create a new folder:

    your_name/second_largest_number/
    
  2. Add your script file:

    second_largest.py
    
  3. Include a README.md inside your folder explaining:

    • What the project does
    • How to run it
    • Example input/output
  4. Commit and push your changes.

  5. 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

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions