This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
tarfeef101
/
viki
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
3
Pull Requests
0
Wiki
Árbol:
1a7c8469d8
Ramas
Etiquetas
master
viki
/
node_modules
/
erlpack
/
py
/
tests
/
test_false.py
test_false.py
88 B
Histórico
Raw
1
2
3
4
5
from erlpack import pack
def test_false():
assert pack(False) == '\x83s\x05false'