Advertisement
g0thy

nurseryRhyme.py

Dec 3rd, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. def nurseryRhyme():
  2.     print('Mary had a little lamb')
  3.     print('Her father shot it dead')
  4.     print('Now she takes that lamb to school')
  5.     print('Between two chunks of bread')
  6.    
  7. nurseryRhyme()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement