Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute Python-3 Online

import time
millis = int(round(time.time() * 1000))
result=1
for z in range(1):
    for x in range(100000):
        result = 1
        for y in range(130):
            result *= (y+1)*4
print(int(round(time.time() * 1000))-millis)
print(result)

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.