From 4aa4fba2b8498ec86ab226ed72681c77e78d568e Mon Sep 17 00:00:00 2001 From: H2O <44346172+tonyH2O@users.noreply.github.com> Date: Sun, 24 Jan 2021 08:23:41 +0200 Subject: [PATCH] Fixed small output issue for: chapter-03-simple-conditions-exam-problems.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Здравейте СофтУни, Поправих малка грешка в Първият Изходен пример от Задача "Фирма" - chapter-03-simple-conditions-exam-problems.md Ред номер: 322 от Edit опцията. Грешен пример: Вход 90 7 3 Грешен Изход: Yes!99 hours left. Правилен Изход: Yes!2 hours left. --- chapter-03-simple-conditions-exam-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-03-simple-conditions-exam-problems.md b/chapter-03-simple-conditions-exam-problems.md index b3cbc084..2d457e9c 100644 --- a/chapter-03-simple-conditions-exam-problems.md +++ b/chapter-03-simple-conditions-exam-problems.md @@ -319,7 +319,7 @@ else: |Вход|Изход|Вход|Изход| |----|-----|----|-----| -|90
7
3
|Yes!99 hours left.|99
3
1|Not enough time!72 hours needed.| +|90
7
3
|Yes!2 hours left.|99
3
1|Not enough time!72 hours needed.| ### Насоки и подсказки