Skip to content

Commit

Permalink
#221 fix steps order in lesson 5
Browse files Browse the repository at this point in the history
  • Loading branch information
zuevval committed Jul 28, 2020
1 parent fc170fd commit 466c52f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,16 +310,13 @@ internal val golubinaIntroLessons by lessons {
Наберите слово БАЦ
"""
)
+Input(content.symbols.getValue(']'))
+Input(content.symbols.getValue('8') /*, repeat = 5*/)
+Input(content.symbols.getValue('7'))
+Input(content.symbols.getValue('6'))
inputChars("БАЦ")
+Info(
"""
Далее введите, поставив цифровой знак цифровой знак число "Восемьсот семдесят шесть"
"""
)
inputChars("]876")
+Info(
"""
Урок 5 пройден!
Expand Down

0 comments on commit 466c52f

Please sign in to comment.