print('Hi')
print("Anup Kumar Tirkey is a Mech En")
import matplotlib.pyplot as plt
import numpy as np
x = np.array([10,20])
y = np.array([30,40])
plt.xlabel("age")
plt.ylabel("no of boys")
plt.plot(x,y)
plt.show()
To embed this project on your website, copy the following code and paste it into your website's HTML: