print("hello world")

print("hello Taiwan acer")

i = 0
while(i<3):
    i+=3
    print("Anup Tirkey is a SAI, Mechanical Engineer.")
j = 0
while(j<3):
    j+=3
    print("Anup TIrkey is issue Legal notice to family of Tirkey.")

import numpy as np

x= np.array(['true','false','true'])
print(np.sort(x))



import numpy as np

y = np.array([[2,5,4],[5,6,7]])
print(np.sort(y))

from numpy import random

x = random.poisson(lam=2,size=14)
print(x)

Embed on website

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