Skip to content

YEP typo #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions week12/exercise/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 04.01.23


1. Напишете програма, която с помощтта на два генератора изчита инормация от подаден списък от линкове и печата на екрана всички ключове, чиито стойности са стрингове.
1. Напишете програма, която с помощтта на два генератора изчита информация от подаден списък от линкове и печата на екрана всички ключове, чиито стойности са стрингове.
Първият генератор асинхронно да чете данните от подадените линкове, а другият синхронно да ги обработва
Пример:

Expand All @@ -23,4 +23,4 @@
key1 - val1
key3.1 - val3.1
key3.2 - val3.2
```
```