From f565589594d1d3fb11e917f695649a2d11bcef95 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 8 Dec 2022 15:12:15 +0100 Subject: [PATCH] remove 1 and 2 --- _templates/riddle/new/python.ejs.t | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_templates/riddle/new/python.ejs.t b/_templates/riddle/new/python.ejs.t index e6ae4ac..e1f1041 100644 --- a/_templates/riddle/new/python.ejs.t +++ b/_templates/riddle/new/python.ejs.t @@ -19,8 +19,4 @@ def read_input(filename): test = read_input('test.txt') data = read_input('input.txt') -# 1 -print('1.') - -# 2 -print('\n2.') +# Running