!wget https://github.com/tendo-sms/python_beginner_2023/raw/main/files_3/files.zip . !unzip files.zip !mv files/* . # プログラムを作成してみましょう import os input_path = "input/spectrum_001.jdx" # input_pathを加工して「output/spectrum_001_graph.png」という文字列を作成し、変数output_pathに格納してください。 # プログラムを作成してみましょう