input() の返り値の型を調べてみては。

a = input ("1を入力してください")
print(type(a))

とか。