第三题想问一下print输出该重读整数该用什么代码呢,不是很懂
a = int(input("Enter a number:")) if a>=1 and a<=100: for i in range(a): print(a, end='') else: print('error')