Skip to content

Commit

Permalink
ajustes de enunciado 2022-10
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipus85 committed May 6, 2022
1 parent 509e0b4 commit 1bfed90
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions App/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,7 @@ def thread_cycle():
optionFour(cont, initialStation)

elif int(inputs) == 5:
# TODO Lab 11, completar inputs opt 5
searchMethod = input("Seleccione 'dfs' o 'bfs' como algoritmo: ")
msg = "Estación Base: BusStopCode-ServiceNo (Ej: 75009-10): "
initialStation = input(msg)
# TODO Lab 11, completar inputs opt 5, searchMethod, initialStation
pass

elif int(inputs) == 6:
Expand All @@ -183,13 +180,11 @@ def thread_cycle():
optionEight(cont)

elif int(inputs) == 9:
# TODO Lab 11, completar inputs opt 9
destStation = input("Estación destino (Ej: 15151-10): ")
# TODO Lab 11, completar inputs opt 9, destStation
pass

elif int(inputs) == 10:
# TODO Lab 11, completar inputs opt 10
destStation = input("Estación destino (Ej: 15151-10): ")
# TODO Lab 11, completar inputs opt 10, destStation
pass

else:
Expand Down

0 comments on commit 1bfed90

Please sign in to comment.