selfteaching / selfteaching/selfteaching-python-camp

Day05 作业问题

Open
#331 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Python
Stars
151
Forks
875
PR merge metrics
No merged PRs in 30d

Description

1、今天第一个作业是剔除test里面包含ea的单词,看了些资料,用 del 可以删除,于是

list = ["test"] # 用 list 列表来实现?给 list 赋值,但不知道对不对
del list["ea"] # 用 del 来删除 list 里面包含 ea 的单词,好像这只是字母,不是单词。

呼叫教练

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

This is a Day05 homework question about removing words containing “ea” from a Python list. Start by reviewing the exercise statement and the Python list-operation material; done means the question is answered with a clear, working approach and the learner can verify the result.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
content
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.