Files
CodeObject/storage/zeta/py/completed/2420.py

3 lines
60 B
Python

A = list(map(int, input().split()))
print(abs(A[0] - A[1]))