Skip to content

Instantly share code, notes, and snippets.

View mtrunkbear's full-sized avatar
🎯
Focusing

Miguel Troncoso mtrunkbear

🎯
Focusing
View GitHub Profile
@mtrunkbear
mtrunkbear / app.py
Created December 29, 2021 19:04
Proyecto Train
# coding=utf-8
from train import sRoute
from train import carga
print("Indique el fichero que se encuentra en el directorio de trabajo, ejemplo: \"nombrearchivo.xlsx\" ")
r = input()