PyLadiesCZ / PyLadiesCZ/pyladies.cz

handout6 úloha 4: sjednocení nebo průnik?

Open
#490 4 comments 0 reactions 0 assignees View on GitHub

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.