Advertisement
EthPunch

Tuna Machine

Jul 24th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. # By EthPunch
  2.  
  3. def fish():
  4.     for a in range(1, 1000):
  5.         print("I AM PROUD TO BE A TUNA")
  6.     print("That's one proud tuna.")
  7.  
  8. fish()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement