Michal Kwiatkowski wrote:

> And here you're translating 'original' (which contains a lot of
> lowercase letters) with use of trans_table that maps only uppercase
> characters. This return should be:
> 
>         return original.upper().translate(trans_table)

Thank you!!! :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to