data = "myprogram.exe" datanew = data[:4] amount = len(datanew) amount //= 2 print(datanew[amount])