def iswrongyan(ip2): index = [0 for x in range(32)] for i in range(0,8): index[7-i] = ip2[0]%2 i...