I'm fairly certain that almost this entire lesson is buggy (battleship.py)

I’ve been experiencing issues with almost every section of this, even with using code given specifically by the lesson. The interpreter always lags for at least a minute or two and then kicks out some ridiculous error like I forgot to print a statement specified in the instructions, even though the code was provided by the lesson itself.

The most recent example would be “You Win!” in which it no longer even prints the value of variables ship_row or ship_col, or even the raw input statements. It also will sometimes print the raw input statement, and after providing input immediately print a random integer and end essentially end the program. I’m aware that this a free course, and as such don’t expect much…but for the sake of integrity one would think that it would at least work properly.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.