你这个应该没问题了
你用的编辑器似乎不支持input,要用python了还不装
可以这样写,这是对的
_=int(eval(input('input:')))i=1for n in range(_,101,_):....print(i,n)....i+=1