mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update PyBlock.py
This commit is contained in:
parent
182fc28d01
commit
6a040353eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue