Skip to content

Commit 5f78c04

Browse files
dpsheliomaxim-belkin
authored andcommitted
01-short-introduction-to-Python.md: Fix formatting that affects translations (#416)
1 parent b425947 commit 5f78c04

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

_episodes/01-short-introduction-to-Python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ a_list = [1, 2, 3]
360360
> 1. What happens when you execute `a_list[1] = 5`?
361361
> 2. What happens when you execute `a_tuple[2] = 5`?
362362
> 3. What does `type(a_tuple)` tell you about `a_tuple`?
363-
>
364363
{: .challenge}
365364

366365

@@ -456,7 +455,6 @@ for key in rev.keys():
456455
> 2. Reassign the value that corresponds to the key `2` so that it no longer
457456
> reads "two" but instead "apple-sauce".
458457
> 3. Print the value of `rev` to the screen again to see if the value has changed.
459-
>
460458
{: .challenge}
461459

462460

0 commit comments

Comments
 (0)