selfteaching / selfteaching/selfteaching-python-camp
Day07 为什么不能用if语句判断中英文字符
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
我试图用if语句筛选中英文字符,然后分别调用函数,再重新组合结果。但是统计出来的只有英文字符的结果
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 by reproducing the character-filtering behavior from the code shown in the attached screenshot, then inspect how the if condition classifies Chinese and English characters before each function call. Done means both character groups are detected, processed by their respective functions, and recombined without losing the Chinese result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- internationalization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100