print('Hello world!')

print("Anup Kumar Tirkey is a Mechanical Engineer");

print("NIT");

import matplotlib.pyplot as plt
import numpy as np

x = [33000,35000,37000]

y = ["nov","dec","jan"]

plt.plot(x,y)
plt.show()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: