Computer Science, asked by mohammedsuhaibruk, 11 months ago

rewrite the following code using while loop
for i in range (5):
for j in range (1,7,2):
print('*')
print()

Answers

Answered by choudhuriananya1969
0

Answer:

please write the question properly............

Similar questions