Question: I need help, My code needs to look like this picture right now my code is only printing the top half of it . I've
I need help, My code needs to look like this picture right now my code is only printing the top half of it I've posted it below. # Part
# Get user input for n
n intinputEnter a positive integer n:
# Print the pattern
for i in rangen:
# Print decreasing sequence
for j in range i :
print j end
# Print spaces
for in rangen i:
print end
# Print increasing sequence
for j in rangei:
print j end
# Move to the next line after each row
print
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
