Single Choice Not Set

QWhich function is used to split a line in columns?

ID: #3657 Python File Handling 294 views
Question Info
#3657Q ID
Not SetDifficulty
Python File HandlingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A split()
  • B spt()
  • C split_line()
  • D All of these
Correct Answer

Explanation

split () function splits a line in columns. It returns columns as item of a list.

Share This Question

Challenge a friend or share with your study group.