This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
aurelien
/
byrd
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
7690e6cd05
Rami (Branch)
Tag
master
byrd
/
examples
/
python.yaml
python.yaml
119 B
Cronologia
Originale
1
2
3
4
5
6
7
tasks:
print:
desc: Print module type
python: |-
import os
print(type(os))
once: true