Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, October 28, 2013

#Python #Codecademy File Input/Output Case Closed?


# Sample solution


with open("text.txt", "w") as my_file:
my_file.write("Kumbaya Sharkey!")

if not my_file.closed:
    my_file.close()
print my_file.closed

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts