The input and output is as wanted, but why error?

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Dec 3 11:51:02 EST 2013


On 03/12/2013 16:38, geezle86 at gmail.com wrote:
> Well,
> i've changed the "if len(xList).." from 4 to 10
>
> But still, it is not accepted :(
>

Where is your code that meets these requirements?

Input
The first line contains an integer n (1?=?n?=?100). Each of the
following n lines contains one word. All the words consist of
lowercase Latin letters and possess the lengths of from 1 to
100 characters.

Output
Print n lines. The i-th line should contain the result of
replacing of the i-th word from the input data

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list