x = int(input("รับค่าตัวเลขชุดที่1: "))
y = int(input("รับค่าตัวเลขชุดที่2: "))
print("ค่าเฉลี่ยคือ = %d" % ((x + y)/2))