def pyfunc(r): for x in range(r): print(' '*(r-x-1)+'*'*(2*x+1)) pyfunc(8)
Not registered? Create an account
Forgot Password?
Already a registered user? Login