Skip to content

Commit

Permalink
Added more print statements to greeting function
Browse files Browse the repository at this point in the history
suggested by @fercer in issue #588
  • Loading branch information
sstevens2 authored Aug 10, 2022
1 parent 97f762a commit 5443ab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _episodes/16-writing-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ keypoints:
~~~
def print_greeting():
print('Hello!')
print('The weather is nice today.')
print('Right?')
~~~
{: .language-python}

Expand Down

0 comments on commit 5443ab4

Please sign in to comment.