Computer Science, asked by aryanindian366, 7 months ago

write a prog in python to print the output?
2
44
666
8888​

Answers

Answered by keyboardavro
4

Answer:

c = 1

i = 1

print(i-1)

while i < 8:

   c += 1

   i *= 2

   print(str(i)*c)

Explanation:

Similar questions