list = ['a','b']
n = int(input())

list1 = "".join(list)

x = '{0:?.format(list1)



n자리수까지 ?로 채우는 코딩을 짜고싶은데 방법없을까요?