A*B
a, b = input().split() a = int(a) b = int(b) print(a*b)
문제 1001에서 연산자만 곱하기로 바꿔주면 된다.
https://velog.io/@chestnut1044/%EB%B0%B1%EC%A4%801001python-A-B