I m a beginner in python, how can I write a # pyramid pattern using python? Input: 5 output: # # # # # # ...Read more
I m a beginner in python, how can I write a # pyramid pattern using python?
Input: 5
output:
#
# #
# # #
# # # #
# # # # #
Read less