哪位大佬帮忙看看本蒻智哪里错了(python3)
查看原帖
哪位大佬帮忙看看本蒻智哪里错了(python3)
893114
denghuolanshan_1004楼主2022/12/24 20:56
s=input()
s.split()
a=int(s[0])
b=int(s[1])
c=str(s[2])
d=str(input())

if d=="0":
    print(c*b)
    for counter in range(0,a-2):
        print(c+" "*b-2+c)
    print(c*b)
else:
    for i in range(0,a):
        print(c*b)
2022/12/24 20:56
加载中...