1 Odpowiedź
- 1
In the first page of "finally task" they say that "Code within a finally statement always runs after execution of the code in the try"
My question is why does an error occurs when I print something whith a error thype whith in print, like:
finally:
print("1"//"frank")