jerry-git / jerry-git/learn-python3

[Suggestion] Add New Practice Exercise on Python Lists

オープン
#46 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。