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

Monday, October 28, 2013

#Python #Codecademy File Input/Output Reading


# Sample solution


my_file = open("output.txt","r")
print my_file.read()
my_file.close()

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts