7. What is the output of following code ?
for a in range (2, 7) :
for b in range(1, a) :
print ('#', end = ' ')
print ()
Answers
Answered by
2
Answer:
Increase in percent of 2 times of a number is
Explanation:
Increase in percent of 2 times of a number is
Similar questions