Python MySQL Drop Table

In Python, the DROP TABLE statement is used to delete an existing table in MySql Database.

Code :