Advertisement
asweigart

hellofunction

Sep 20th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. print('Start of the program.')
  2.  
  3. function hello()
  4. print('Hello, world!')
  5. end
  6.  
  7. hello()
  8. hello()
  9. print('End of the program.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement