Message from Python discussions
December 2018
— Ok thanks
'''import csv
with open('rand.txt', 'rb') as csvfile:
sr = csv.reader(csvfile, delimiter=' ',)
for row in sr:
print row
— Helllo this is the code I tried as per the example shown by david , it is taking whole line as a single string. I want each part to be split and saved in separate variables, what modification i need to make
import csv
with open('rand.txt', 'rb') as csvfile:
sr = csv.reader(csvfile, delimiter=' ',)
for row in sr:
print row
— Dejame revisar aunque me queda poco trafico
— How can I launch python from operating system kernel?(writing my own os)
— ?
— Anyone tell the best python course online
— From zero to hero in python 3.
Search it on udemy
— Es que me confundi de canal bro
— !otherlanguages
— English please
— Next time you can delete your own message Xiron9090