PyLadiesCZ / PyLadiesCZ/pyladies.cz
handout6 úloha 4: sjednocení nebo průnik?
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 46
- Forks
- 90
- Avg merge
- 14h 59m
- Merged PRs (30d)
- 4
Description
@frenzymadness udělal tuto změnu: https://github.com/PyLadiesCZ/pyladies.cz/commit/73ee4567ab01e0992f85f95fa1f74d39d0a7d21d
- \item zvířata, která jsou v obou seznamech,
- \item zvířata, která jsou jen v prvním seznamu,
- \item zvířata, která jsou jen ve druhém seznamu.
+ \item zvířata, která jsou v obou seznamech (sjednocení množin: první ∪ druhá),
+ \item zvířata, která jsou jen v prvním seznamu (rozdíl množin: první - druhá),
+ \item zvířata, která jsou jen ve druhém seznamu (rozdíl množin: druhá - první).
Doteď jsme jeli s interpretací, že "v obou seznamech" znamená průnik. Přijde nám to i vyplývající z toho textu: v obou = v prvním i ve druhém.
Mohli bychom to prosím upravit na průnik? Nebo upravit text?
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 inspecting commit 73ee4567ab01e0992f85f95fa1f74d39d0a7d21d and the text for handout6 exercise 4. Resolve whether “in both lists” should mean the intersection, or revise the wording to match the intended operation; done means the exercise statement and its interpretation are consistent.
Written by the indexing model from the issue text.
Assessment
- Domain
- content, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100