Update PyBlock.py

This commit is contained in:
Satoshi Nakamoto 2022-03-22 23:18:44 +01:00 committed by GitHub
parent 182fc28d01
commit 6a040353eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ def rectangle(n):
f'{""*n}{"|"*n}{""*n}'
if i >= (n+1)/2 and i <= (1*n)/2
else
f'\u001b[38;5;27m{""*(x-1)}'
f'\u001b[38;5;27m{""*(x-1)}'
)
for i in range(y)
)