Skip to content

Commit

Permalink
Update ohjelmoinnin_aloittaminen_vscode_en.mdx
Browse files Browse the repository at this point in the history
Added the missing letter 'i' at the end of the variable 'editor' in example code to make spelling consistent.
  • Loading branch information
tompurker committed Jun 11, 2024
1 parent bb24fd5 commit 22a568f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Make the following changes to the source code:
<CodeBox>
```python
editori = input("editori: ")
if editor == "word" or editor == "notepad":
if editori == "word" or editor == "notepad":
print("surkea")
```
</CodeBox>
Expand Down Expand Up @@ -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 <Link href="https://tmc.mooc.fi" target="_blank">tmc.mooc.fi</Link>. Use the same user you made earlier.

</ContentBox>
</ContentBox>

0 comments on commit 22a568f

Please sign in to comment.