AnonSec Team
Server IP : 10.128.40.6  /  Your IP : 216.73.217.20
Web Server : Apache
System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : logmcpe ( 111175)
PHP Version : 7.3.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/logmcpe/www/TMCPRO/pages/documents/../python/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/logmcpe/www/TMCPRO/pages/documents/../python/untitled3.py
# -*- coding: utf-8 -*-
"""
Created on Tue Oct  4 18:56:08 2022

@author: pro
"""

import time

debut = time.time()
list_1 =[]

for i in range(100000):
    list_1.append(i**2)
    
print(list_1)

list_2=[i**2 for i in range(10)]

print(list_2)

fin = time.time()
duree = fin - debut

print(duree)

AnonSec - 2021