[코드업][기초 100제][파이썬] 실수 합 출력 🙆♂️문제 🙋♂️풀이 a=float(input()) b=float(input()) print(a+b) 코딩테스트/코드업 2022.07.12