Skip to content

Commit

Permalink
Merge pull request #607 from sstevens2/patch-3
Browse files Browse the repository at this point in the history
Add more print statements to greeting function
  • Loading branch information
alee authored Aug 16, 2022
2 parents 646740a + 5443ab4 commit f1ab611
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 f1ab611

Please sign in to comment.