print('Hello world!')

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

print("NIT")

import matplotlib.pyplot as plt
import numpy as np

x = ["christian1","christian2","christian3"]

y = ["anup1","anup2","anup3"]

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


import matplotlib.pyplot as plt
import numpy as np

x = ["mig21","mig29"]
y =["learn1","learn2"]

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: