Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
E2L_Ivry
/
cours-python
Seguir
5
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
format with black
master
Dimitri Merejkowsky
hace 5 años
padre
ec90c32472
commit
b0d21a60d3
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
sources/stegano/stegano.py
+ 1
- 0
sources/stegano/stegano.py
Ver fichero
@@ -28,6 +28,7 @@ def by_chunk(iterable, size, fillvalue=0):
yield chunk
chunk = []
def set_bit(old_byte, new_bit):
b = list(bin(old_byte))
b[-1] = str(new_bit)