이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
E2L_Ivry
/
cours-python
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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)