devayani barve wrote:
> this is what i did for level 2 of python challenge:
>
>
> dict={'a':'c','b':'d','c':'e','d':'f','e':'g','f':'h','g':'i','h':'j','i':'k','j':'l','k':'m','l':'n','m':'o','n':'p','o':'q','p':'r','q':'s','r':'t','s':'u','t':'v','u':'w','v':'x','w':'y','x':'z','y':'a','z':'b','
this is what i did for level 2 of python challenge:
dict={'a':'c','b':'d','c':'e','d':'f','e':'g','f':'h','g':'i','h':'j','i':'k','j':'l','k':'m','l':'n','m':'o','n':'p','o':'q','p':'r','q':'s','r':'t','s':'u','t':'v','u':'w','v':'x','w':'y','x':'z','y':'a','z':'b','.':'.',"'":"'","(":"(",")":")
Tiago Saboga wrote:
> I'm trying to write a file browser with urwid. In the future, I want to make
> a
> light front-end for cds burning, but for now I'm doing it as an exercise. The
> problem is I'm a little stuck now. I'm sending my actual working code, with
> some working functionality, but
I'm trying to write a file browser with urwid. In the future, I want to make a
light front-end for cds burning, but for now I'm doing it as an exercise. The
problem is I'm a little stuck now. I'm sending my actual working code, with
some working functionality, but I would like to know if I shoul
Tracy:
> Date: Sat, 15 Jul 2006 22:44:43 -0700 (PDT)
> From: Danny Yoo <[EMAIL PROTECTED]>
> Subject: Re: [Tutor] How do you implement a config file?
> To: Tracy R Reed <[EMAIL PROTECTED]>
> Cc: tutor@python.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format