Skip to content

Commit 5443ab4

Browse files
authored
Added more print statements to greeting function
suggested by @fercer in issue swcarpentry#588
1 parent 97f762a commit 5443ab4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_episodes/16-writing-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ keypoints:
3939
~~~
4040
def print_greeting():
4141
print('Hello!')
42+
print('The weather is nice today.')
43+
print('Right?')
4244
~~~
4345
{: .language-python}
4446

0 commit comments

Comments
 (0)