Computer Science, asked by prathambillgates, 4 months ago

Why is the following code raising an exception value error? Correct the python code so that it does not
raise an exception.
>>>"When Ever.index("What")
Traceback(most recent call list):
file"<pyshell#25>", line 1, in <module>
"When Ever".index("What")
Value Error i substring not found​

Answers

Answered by davetilak003
0

Answer:

Please attach a screen shot of your code

let me know what the code is

Explanation:

Similar questions