From 22a568fef861cc0f559d15b76fa23282500fe38f Mon Sep 17 00:00:00 2001 From: Mika Tompuri <46688963+tompurker@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:34:30 +0300 Subject: [PATCH] Update ohjelmoinnin_aloittaminen_vscode_en.mdx Added the missing letter 'i' at the end of the variable 'editor' in example code to make spelling consistent. --- .../installation/ohjelmoinnin_aloittaminen_vscode_en.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/md_pages/installation/ohjelmoinnin_aloittaminen_vscode_en.mdx b/frontend/public/md_pages/installation/ohjelmoinnin_aloittaminen_vscode_en.mdx index 969d7fdfa..b28addc84 100644 --- a/frontend/public/md_pages/installation/ohjelmoinnin_aloittaminen_vscode_en.mdx +++ b/frontend/public/md_pages/installation/ohjelmoinnin_aloittaminen_vscode_en.mdx @@ -73,7 +73,7 @@ Make the following changes to the source code: ```python editori = input("editori: ") -if editor == "word" or editor == "notepad": +if editori == "word" or editor == "notepad": print("surkea") ``` @@ -141,4 +141,4 @@ When you have sent right solution the the server, you will be given points from You can check your points by logging in tmc.mooc.fi. Use the same user you made earlier. - \ No newline at end of file +