Python MySQL Create Database

In Python, To create a database in MySQL, use the CREATE DATABASE statement.

Code :