python课本测试input()返回值是字符串a=input()print(a*3)键盘输入了100为什么出来的结果不是书上的100100100而是单纯的100?如图
输入完a=input()之后,按回车,然后输入100,然后回车,然后输入pirnt(a*3)