Computer Science, asked by salmanabdulrahim, 8 months ago

Re-write the following code using while loop:
for a in (2,7,2):
for b in (1,a):
print(b, end= ‘$‘)
print()

Answers

Answered by viddyamondal
0

Answer:

3dccccc333hell9fggghhh

Similar questions