Skip to content

Commit 16912f7

Browse files
Daniel Danismaxim-belkin
authored andcommitted
01-short-introduction-to-Python.md: Fix value of the number variable in output (#420)
1 parent b646623 commit 16912f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ print(number)
148148
~~~
149149
{: .language-python}
150150
~~~
151-
11
151+
42
152152
~~~
153153
{: .output}
154154

0 commit comments

Comments
 (0)