This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
sxwl_DL
/
datax-admin
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
0fdcf50504
Ramas
Etiquetas
integration
integration-dev
integrationprod
master
prod
datax-admin
/
auo_tests
/
tasks
/
hello_world.py
hello_world.py
72 B
Histórico
Raw
1
2
3
import time
for i in range(50):
print(f'{int(time.time())}: {i*i}')