Advertisement
Guest User

Untitled

a guest
Dec 5th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. with open("banana.txt", "w") as banana_file:
  3.    banana_file.write("banana souffle")
  4.  
  5. print("yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement