newbe help
Aahz Maruch
aahz at panix.com
Fri Oct 20 03:05:41 EDT 2000
More information about the Python-list mailing list
Fri Oct 20 03:05:41 EDT 2000
- Previous message (by thread): newbe help
- Next message (by thread): newbe help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <972024064.430374 at proxy.bos.nl>, Xander van Es <xander at bos.nl> wrote: > >I was wondering if it is possible to assign values from a comma >seperated file to diferent variables. so between 2 values there is >a comma, and i want to assign those two values to two different >variables. is there a way i can do that in python?? There are a bunch of different ways. First of all, are you processing one line at a time, or are you trying to work with the entire file as a whole? -- --- Aahz (Copyright 2000 by aahz at pobox.com) Androgynous poly kinky vanilla queer het <*> http://www.rahul.net/aahz/ Hugs and backrubs -- I break Rule 6 "real love can't be explained by simplistic platitudes." --piranha
- Previous message (by thread): newbe help
- Next message (by thread): newbe help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list