Test 1 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 7, in <module>
text[i] = text[len(text)-1]
TypeError: 'str' object does not support item assignmentTest 2 (public)
Verdict: WRONG ANSWER
| user output |
|---|
| saippuakauppias |
Test 3 (public)
Verdict: WRONG ANSWER
Test 4 (public)
Verdict: WRONG ANSWER
Test 5 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 7, in <module>
text[i] = text[len(text)-1]
TypeError: 'str' object does not support item assignmentTest 6 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 7, in <module>
text[i] = text[len(text)-1]
TypeError: 'str' object does not support item assignmentTest 7 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 7, in <module>
text[i] = text[len(text)-1]
TypeError: 'str' object does not support item assignmentTest 8 (public)
Verdict: RUNTIME ERROR
| input |
|---|
| bbbbaaaababbbbbaabaaabaaaaabab... |
Error:
Traceback (most recent call last):
File "input/code.py", line 7, in <module>
text[i] = text[len(text)-1]
TypeError: 'str' object does not support item assignmentTest 9 (public)
Verdict: RUNTIME ERROR
| input |
|---|
| acbaaabaabaddaccdcccbcdbdddacd... |
Error:
Traceback (most recent call last):
File "input/code.py", line 7, in <module>
text[i] = text[len(text)-1]
TypeError: 'str' object does not support item assignmentTest 10 (public)
Verdict: RUNTIME ERROR
| input |
|---|
| uaqtmfftecryanvpshxsodjrllqnqp... |
Error:
Traceback (most recent call last):
File "input/code.py", line 7, in <module>
text[i] = text[len(text)-1]
TypeError: 'str' object does not support item assignment