SYMBOL INDEX (10 symbols across 2 files) FILE: generators.py function ktx_to_dict (line 6) | def ktx_to_dict(input_file, keystarter='<'): function dict_to_ktx (line 27) | def dict_to_ktx(input_dict, output_file, keystarter='<'): function create_jupyter_notebook (line 39) | def create_jupyter_notebook(destination_filename='100_Numpy_exercises.ip... function create_jupyter_notebook_random_question (line 69) | def create_jupyter_notebook_random_question(destination_filename='100_Nu... function create_markdown (line 95) | def create_markdown(destination_filename='100_Numpy_exercises', with_hin... function create_rst (line 125) | def create_rst(destination_filename, with_ints=False, with_answers=False): FILE: initialise.py function question (line 6) | def question(n): function hint (line 10) | def hint(n): function answer (line 14) | def answer(n): function pick (line 18) | def pick():