Matplotlib - Seaborn Integration
Find the mistake in this code:
import matplotlib.pyplot as plt
plt.style.use('seaborn-darkgrid')
plt.plot([1, 2, 3], [4, 5, 6])
plt.show