f = open('/home/user/Desktop/my_file', 'r') for line in f.readlines(): print(line, end=''). Output Hello! Welcome to Barbara restaurant. Here is the menu.
確定! 回上一頁