selfteaching / selfteaching/selfteaching-python-camp
Day05 如何去掉元组内的非英文字符
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
统计词频后的到字典,降序后得到元组【(‘is’,10),…】,要如何去掉元组内的非英文字符得到题目要求的结果
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Day05 word-frequency result described in the issue, where the sorted dictionary becomes tuples. Reproduce the shown output and inspect how non-English characters enter the tuple; done means the result contains only the English text required by the exercise.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100