728x90
반응형

단순 사칙연산 문제이다. abs -> 파이썬 절대값 함수

N, M = map(int, input().split())
print(abs(N-M))
728x90
반응형

+ Recent posts