Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. # Code:
  2. def print_twice(bruce):
  3.     print bruce
  4.     print bruce
  5. print_twice
  6.  
  7. # Output:
  8. tommy@Poco:~$ python helloworld.py
  9. tommy@Poco:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement