Advertisement
GCK

GCK/functions_intro-Test

GCK
Sep 16th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. def intro():
  2.     print("lets do some coding")
  3.     print("this is how we do it")
  4.     print("*********************")
  5.    
  6.    
  7. intro()
  8. intro()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement