## Markdown의 사용
**bold text**
*italicized text*
> blockquote
------------- # 3개 이상
구분선
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
`print('hello_world')` -- code
[title](링크)

| This | is |
|------|----|
| a |table|
# Markdown 실습
## Welcome to PIZZA Party
--------------------------
| | 이름 | 가격 |
|-------|-------|-------|
| 1 |페퍼로니 피자| 15,000원|
| 2 | 치즈 피자| 13,000원|
| 3 |하와이안피자| 18,000원|
| 4 |불고기 피자| 20,000원|
| 5 |마르게리따| 20,000원|
see more: [Pizza Party](https://web.dominos.co.kr/goods/detail?dsp_ctgr=C0101&code_01=RPZ285SL&dough_gb=203)

'[패스트캠퍼스] 데이터분석부트캠프 > Python' 카테고리의 다른 글
[7주차] Python: 데이터 분석 미니 프로젝트_사전 자료조사 (0) | 2023.04.16 |
---|---|
[6주차] Python: 크롤링 (0) | 2023.03.31 |
[5주차] Python: List (0) | 2023.03.23 |
[5주차] Python: 제어문(if, elif, else) (0) | 2023.03.23 |
[5주차] Python: 파이썬 데이터 타입, 변수 (0) | 2023.03.23 |