This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
ikachan
/
linux-hw
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
a47c895d8b
Ramos
Etiquetas
master
linux-hw
/
6
/
print2.py
print2.py
87 B
Histórico
Em bruto
1
2
3
4
5
6
7
import time
for i in range(5):
print('aaa')
time.sleep(1)
print('act 0.998')