print("位数") 位数 = int(input(">")) import random for x in range(位数-1): print(random.randint(0,10),end='')