On Saturday, November 10, 2012 10:35:12 AM UTC-5, Aahz wrote:
> In article ,
>
> Peter Otten <__pete...@web.de> wrote:
>
> >Miki Tebeka wrote:
>
> >
>
> >>> Is there a simpler way to modify all arguments in a function before using
>
> >>> the arguments?
>
> >>
>
> >> You can use a decorator
On Monday, May 21, 2018 at 1:05:52 PM UTC-4, Rodrigo Bistolfi wrote:
> >>> repr(tuple(int(i) for i in s[1:-1].split(',')))
> '(128, 20, 8, 255, -1203, 1, 0, -123)'
>
> 2018-05-21 4:26 GMT-03:00 Peter Otten <__pete...@web.de>:
>
> > bruceg113...@gmail.com wrote:
> >
> > > Looking over the response
On Friday, May 25, 2018 at 1:56:14 AM UTC-4, dieter wrote:
> bruceg113...@gmail.com writes:
>
> > I am trying to convert a string to a variable.
> >
> > I got cases 1 & 2 to work, but not cases 3 & 4.
> >
> > The print statement in cases 3 & 4 reports the following:
> > builtins.AttributeError
On Friday, May 25, 2018 at 8:06:31 AM UTC-4, Ned Batchelder wrote:
> On 5/24/18 6:54 PM, bruceg113...@gmail.com wrote:
> > I am trying to convert a string to a variable.
> >
> > I got cases 1 & 2 to work, but not cases 3 & 4.
> >
> > The print statement in cases 3 & 4 reports the following:
> >