# He_100M_e.txt dosyasını oluştur
with open("He_100M_e.txt", "w") as f:
f.write("H" + "e" \* 100_000_000)