diff --git a/examples/rotate_and_derotate_a_square.py b/examples/rotate_and_derotate_a_square.py index b94014b..bf162a5 100644 --- a/examples/rotate_and_derotate_a_square.py +++ b/examples/rotate_and_derotate_a_square.py @@ -116,6 +116,10 @@ ax[1, i].axis("off") plt.tight_layout() +print("------------------------------------------------") +print("✅ Success! The square has been rotated and corrected.") +print("Close the window to end the script.") +print("------------------------------------------------") plt.show()