file = open("path_yourFile" , "r") # for read line file = open("path_yourFile" , "rb") # for read byte content = file.read()