Hi, I would like to convert a text into a tuple or list. The text got it out of here:
import os
passwd=os.system("cat /etc/passwd | tail -1")
Now that I have the variable passwd with the text I want, how do I convert it into a tuple or list...
asked on
15.08.2018 / 17:05