Write a pseudo code to print the following shape
***
***
***
Answers
Answered by
3
______CODE_____
for i in range 0 to 2: #loop 1
for j in range 0 to 2: #loop2
print('*')
print() #comes to next line
________________
Hope this helps
Similar questions
Hindi,
6 months ago
Business Studies,
6 months ago
Political Science,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago