Skip to content

Commit f5ba424

Browse files
katrinleinweberKatrin Leinweber
authored andcommitted
Re-use previously introduced variable
1 parent 6cfe9df commit f5ba424

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ type(number)
121121
{: .output}
122122

123123
~~~
124-
type(6.02)
124+
type(pi_value)
125125
~~~
126126
{: .language-python}
127127
~~~
@@ -144,7 +144,7 @@ Data Carpentry
144144
~~~
145145
{: .output}
146146
~~~
147-
print(11)
147+
print(number)
148148
~~~
149149
{: .language-python}
150150
~~~

0 commit comments

Comments
 (0)