Bottle フレームワークで raw_input() を作成する方法がわかりません。
for idx, d in enumerate(student):
for ids, s in enumerate(student):
if d['Name'] == s['Name'] and idx != ids:
print d,idx
l=raw_input('input number to delete')
student.pop(int(l))
for m in student:
for k in olympiad:
if m['Name']==k['Name']:
this.append(k)
raw_input() の代わりにテンプレートを返すと、他のすべてのアクションが失われます。そして、このアクションをコンソールに書きたくありません。