This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
E2L_Ivry
/
cours-python
Прати
5
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
format with black
master
Dimitri Merejkowsky
пре 5 година
родитељ
ec90c32472
комит
b0d21a60d3
1 измењених фајлова
са
1 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
sources/stegano/stegano.py
+ 1
- 0
sources/stegano/stegano.py
Прегледај датотеку
@@ -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)