Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit 3d94474

Browse files
committed
update_readme_pythonic
1 parent 6de270f commit 3d94474

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pythonic/README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,16 @@ print(f'My name is {family} {name}. My Family name is {family}')
234234
- [seek](./file/seek.py)
235235
- [csv](./file/csv.py)
236236
- [template](./file/template.py)
237-
238-
### 압축
239-
- [tar](./file/tar.py)
240-
- [zip](./file/zip.py)
237+
<br>
241238

242239
### [python으로 터미널 명령을!](./file/subprocess.py)
243240
### [임시로 파일과 폴더를 만들어요!](./file/tempfile.py)
244-
### [시간을 다룹니다](./file/datetime.py)
241+
### [시간을 다룹니다.](./file/datetime.py)
242+
<br>
243+
244+
### 압축파일
245+
- [tar](./file/tar.py)
246+
- [zip](./file/zip.py)
245247
<br>
246248
<br>
247249

pythonic/compress.zip

-22 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)