← Back to List

23802번: 골뱅이 찍기 - 뒤집힌 ㄱ ↗

Solutions

Python 3
57 B | 57 chars
n = int(input())
print(("@"*5*n+"\n")*n+("@"*n+"\n")*n*4)