#Sequence Program a = int(input("ป้อนค่าตัวแปร A:")) b = int(input("ป้อนค่าตัวแปร B:")) z = (a-b)*2 print("(a-b)*2 = ", z)