# ChienNV's Feedback Github: https://github.com/nguyendalong/ubot --- - Commit unnecessary files (pycache, venv) - Commit doesn't present the progress. - Application worked well. - Code isn't pythonic: ``` # don't need to covert string to array input_str_road = str(input_str_road) arr_road = list(input_str_road) ``` ``` # for character in strings len_arr = len(arr_str) for i in range(len_arr): ``` - Code isn't clean.