<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">delete_comment = "DELETE FROM comments WHERE id = 2"
execute_query(connection, delete_comment)
</pre></body></html>