0
Concerning input
I use pycharm ide, can anyone explain to me why my codes are unreachable? it keeps telling me my codes are unreachable. I'm using the if, elif, and else functions and input.
1 Resposta
0
show the code.
sounds like that code is below a return statement.
if so the program will always return and never reach the code