반응형
https://www.acmicpc.net/problem/2935
# @Author YoungMinKim
# baekjoon
a=int(input())
b=input()
c=int(input())
if b == '+':
print(a+c)
elif b == '*':
print(a*c)
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 3046 (0) | 2020.08.26 |
---|---|
baekjoon - python - 2998 (0) | 2020.08.26 |
baekjoon - python - 2920 (0) | 2020.08.26 |
baekjoon - python - 2914 (0) | 2020.08.26 |
baekjoon - python - 2908 (0) | 2020.08.26 |
댓글