print('Hello world!')
k=0
p=1
for name in range(1,10000000):
    p = 1/name
    p *= ((-1)**(name+1))
    k += p
print(k)

Embed on website

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