import os


def start():
    with open('dk/temp.py', 'a', encoding='utf-8') as f:
        f.write('fjjfjfj')


start()
    
