HI, im new to python.
im trying to parse a pipe delimited file and pass the values into a list , which later i can print selective values from the list.
file looks like :
name|age|address|phone|||||||||||..etc has more than 100 columns
im trying to parse a pipe delimited file and pass the values into a list , which later i can print selective values from the list.
file looks like :
name|age|address|phone|||||||||||..etc has more than 100 columns