Reading a file gives empty string (Python) ... Here is my code: path = input('Enter file path: ') with open(path, 'a+') as file print(file.read()) ...
確定! 回上一頁