Gives error of code unreachable in pycharm
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQufYWs_LSL9nKmXjRctkFJcQePSJkOz9GPRoc6OtwO2WPOLYn045K5lGDmdOArE2SglhSmaUxIWTAjryhnM2dPF4eQiqfzZ8wUrZY02hSJP3ZLUmsvXXcb8JNJmmeRAabJniBNgLodueu/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5keIxetoWFTGiqNrhoImhVJ4jSy0bvRjEBU8SsuLp6HM2YbrY3VJQc0ZZArEV9XnfreTQqyk8QslMcjjPRF7HEwwHEMDC4a0-DnM_3bk2brtRBcOua0WnBgm6zbELPfnlDomLf16xhTQo/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
Gives error of code unreachable in pycharm
the code gives unreachable error on line 8.I could not run it
def tf_quiz(sentence1,ans):
ans1=input(sentence1)
if ans1 == ans:
return "correct"
else:
return "incorrect"
#line8 quiz_eval = tf_quiz("Octopuses have green blood", "f")
print("Your answer is", quiz_eval)
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.