X int input 6 3. Input примеры. x = int(input()) if x < 0: x = -x print(x). int input. a = int(input()) b = int(input()) print(a + b).