Python MySQL Delete From

In Python, the DELETE FROM statement is used to delete records from an existing table of MySql Database.

Code :