News
Pyramid star pattern To print the Pyramid star pattern we need two loop ... Step 5- now out side of loop, put new line. Step 5- stop. C JAVA Python 1 Python 2 C++ for i in range(5): for j in range(i+1 ...
Pyramid star pattern To print the Pyramid star pattern we need two loop ... Step 5- now out side of loop, put new line. Step 5- stop. C JAVA Python 1 Python 2 C++ for i in range(5):print(“* “*(i+1)) 2 ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results