imeDatoteke = input("Podaj ime datoteke: " ) datoteka = open(imeDatoteke) print(datoteka.read()) print("To je vse.")