๐คฝ 6026 : ์ค์ 2๊ฐ ์ ๋ ฅ๋ฐ์ ํฉ ๊ณ์ฐํ๊ธฐ
a = input()
b = input()
print(float(a) + float(b))
- Python์์ ์ ๋ ฅ๋๋ ๊ฐ๋ค์ ๊ธฐ๋ณธ์ ์ผ๋ก '๋ฌธ์์ด'๋ก ์ธ์
- ๋ฌธ์์ด ์๋ฃํ์ ์ค์ ์๋ฃํ์ผ๋ก ๋ฐ๊พธ๋ ๋ฐฉ๋ฒ: float()