write a program to print the following
5555
5555
5555
5555
Answers
Answered by
1
Question:-
Write a program to print the following.
5555
5555
5555
5555
Program:-
This is written in python.
for i in range(0,4):
for j in range(0,4):
print("5",end="")
print()
Similar questions
Math,
4 months ago
English,
4 months ago
Math,
8 months ago
Math,
1 year ago
Business Studies,
1 year ago