Advertisement
francydafne

simple_function

Dec 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. def intro():
  2.     print ("Let's do some coding.")
  3.     print ("Yes.... why not?")
  4.  
  5. intro()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement