def shortest_path(graph, start):
unvisited = []
for node in graph:
unvisited.append('A', 'B', 'C', 'D')
Good evening…I am sorry me again.
I am new with python and I know I have to read/prectice and practice/read to underdand . But here I do not know what is wrong.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.