title: '두 수의 합'
date: '2024-06-09'
tags: ["python", "프로그래머스", "두"]
summary: '두 수의 합'
---

![이미지](/images/self_dev/programmers/프로그래머스-Python-두-수의-합-html_20240609/img.png)

* * *

### **코드 입력**
```python
![이미지](/images/self_dev/programmers/프로그래머스-Python-두-수의-합-html_20240609/img_1.png)

워낙 간단한 문제기 때문에 설명은 따로 첨부하지 않는다.

* * *

> **🔗 [프로그래머스](https://school.programmers.co.kr/learn/courses/30/lessons/120802)**