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
0
Answer:
3dccccc333hell9fggghhh
Similar questions