> > I don't think there's anything written down, but I don't think we
> > invented anything either. Python scripts are typically written to be
> > importable:
> > .
> >$ printf '%s\n' 'def foo():' 'return 42' > foo.py
> >$ python3 -c 'import foo; print(foo.foo())'
> >42
> >$
> On 9 Mar 2021, at 20:09, Daniel Shahaf wrote:
>
> Daniel Sahlberg wrote on Mon, Mar 08, 2021 at 09:15:21 +0100:
>> Attaching version 5, with changes as below.
There are lines with trailing white space that should be cleaned up.
>>
>> Den sön 7 mars 2021 kl 20:42 skrev Daniel Shahaf :
>>
2 matches
Mail list logo