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)

단순히 -를 하면 두 수의 차를 return 하는 문제.

* * *

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