How do populate an excel spreadsheet (column title: Sentence) by extract sentences from a text file (Python)?

Viewed 15

example of the text: Python is a general-purpose, versatile, and powerful programming language. It’s a great first language because it’s concise and easy to read. Whatever you want to do, Python can do it. From web development to machine learning to data science, Python is the language for you.

Can someone suggest a python code to convert this text file into an excel file: while putting each sentence in a different cell( sentence 1: cell A1, sentence 2: A2) and so on?

Thanks.

0 Answers
Related