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
Chemistry,
5 months ago
English,
5 months ago
Political Science,
11 months ago
Math,
1 year ago
Social Sciences,
1 year ago