Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
E2L_Ivry
/
cours-python
Observar
5
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
format with black
master
Dimitri Merejkowsky
5 anos atrás
pai
ec90c32472
commit
b0d21a60d3
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
sources/stegano/stegano.py
+ 1
- 0
sources/stegano/stegano.py
Ver arquivo
@@ -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)