print('Hello world!')
import matplotlib.pyplot as plt
import numpy as np
x = ["6/6","6/5"]
y = [3,4]
plt.xlabel("range")
plt.ylabel("dist in m")
plt.plot(x,y)
plt.show()
i =0
while i<3:
i+=1
print("Anup Kumar Tirkey is a Mechie.\n");
To embed this project on your website, copy the following code and paste it into your website's HTML: