diff --git a/_templates/riddle/new/python.ejs.t b/_templates/riddle/new/python.ejs.t index 6d88b03..e6ae4ac 100644 --- a/_templates/riddle/new/python.ejs.t +++ b/_templates/riddle/new/python.ejs.t @@ -15,6 +15,10 @@ def read_input(filename): with open(data) as f: return f.read().strip() + +test = read_input('test.txt') +data = read_input('input.txt') + # 1 print('1.')