f = open("/a.mp3", "rb") print f.closed f.close() print f print f.closed f.seek(0) print f.tell() print f.read() f.close()
Name (required)
email (will not be published) (required)
Website