import os

# Dosya yolunu tanımlayın
dosya_yolu = r'C:\Users\PC_ADINIZ\Masaüstü\Roketbayim.py'

# Dosyayı açın
os.startfile(dosya_yolu)