|
|
|
|
|
by FreeFull
2674 days ago
|
|
Python will actually give you an error for `print foo` as soon as it parses the file. But there definitely are other scenarios where you'll only get the error in the middle of execution (such as passing the wrong type of thing as an argument to a function) |
|
So the scenario described is possible to escape simple tests, I suppose.