-
1008_Python // A/BIT_Baekjoon 단계별로 풀어보기/입출력과 사칙연산 2020. 1. 1. 19:07

Python
a,b = input().split() print(int(a)/int(b))===
A+B의 출력에서 계산식만 변경
'IT_Baekjoon 단계별로 풀어보기 > 입출력과 사칙연산' 카테고리의 다른 글
10430_Python // 나머지 (0) 2020.01.01 10869_Python // 사칙연산 (0) 2020.01.01 10998_Python // A*B (0) 2020.01.01 1001_Python // A-B (0) 2020.01.01 1000_Python // A+B (0) 2020.01.01