xA=float(input("xA=")) yA=float(input("yA=")) xB=float(input("xB=")) yB=float(input("yB=")) xI=(...+...)/2 yI=... print("xI=",xI) print("yI=",yI)