产生每位数字相同的n位数

#产生每位数字相同的n位数
A,B=input().split(",")
A=A.strip()
B=int(B.strip())
print(int(A*B))

posted @ 2025-01-02 20:36  Grit_Doyle  阅读(3)  评论(0)    收藏  举报