Re: operators as variables

2008-12-06 Thread James Stroud
macc_200 wrote: Hi, just starting programming and have an elementary question after playing around with lists but cannot find the answer with googling. I have a list of variables and I would like some of those variables to be integers and some to be operators so the list would look something l

Re: operators as variables

2008-12-06 Thread Mark Tolonen
"macc_200" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, just starting programming and have an elementary question after playing around with lists but cannot find >the answer with googling. I have a list of variables and I would like some of those variables to be integers and

Re: operators as variables

2008-12-06 Thread News123
Terry Reedy wrote: > macc_200 wrote: >> Hi, >> just starting programming and have an elementary question after >> playing around with lists but cannot find the answer with googling. >> I have a list of variables and I would like some of those variables to >> be integers and some to be operators so

Re: operators as variables

2008-12-06 Thread Terry Reedy
macc_200 wrote: Hi, just starting programming and have an elementary question after playing around with lists but cannot find the answer with googling. I have a list of variables and I would like some of those variables to be integers and some to be operators so the list would look something l

operators as variables

2008-12-06 Thread macc_200
Hi, just starting programming and have an elementary question after playing around with lists but cannot find the answer with googling. I have a list of variables and I would like some of those variables to be integers and some to be operators so the list would look something like [5 * 4 - 4 + 6