출처 : https://docs.python.org/ko/3.13/library/functions.html#asciiabs(x)Return the absolute value of a number. The argument may be an integer, a floating-point number, or an object implementing __abs__(). If the argument is a complex number, its magnitude is returned.숫자의 절댓값을 반환합니다. 인수는 어쩌면 정수일수도, 어쩌면 부동 소수정 숫자, 또는 __abs__()를 구현하는 객체일 수도 있습니다. 만약 인수가 복소수인 경우라면 (인수의)크기가 반환됩니다. absolute : 절대의, 순수한..