jerry-git / jerry-git/learn-python3

[Suggestion] Add New Practice Exercise on Python Lists

未关闭
#46 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
HTML
星标
6.9k
派生
1.8k
PR 合并指标
30 天内没有已合并 PR

描述

## Summary
I would like to suggest adding a new beginner-friendly practice exercise focused on Python lists. The current set of exercises covers basic syntax and control flow well, but it would be helpful to have more practice with data structures.

## Proposed Exercise
- **Topic:** Lists
- **Objective:** Given a list of numbers, remove all duplicates and return a sorted list.
- **Example Input:** [3, 1, 2, 3, 4, 2]
- **Expected Output:** [1, 2, 3, 4]

## Why it's useful
- Helps reinforce understanding of list operations like `set()`, `sort()`, and list comprehensions.
- Common use-case for beginners to grasp real-world problems.

## Willing to contribute?
Yes — I’d be happy to submit a pull request with the exercise and its solution.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。