Computer Science, asked by govindsyam55841, 1 month ago

python program to make the list ['a,bb, ccc, dddd,. .]

Answers

Answered by allysia
0

Answer:

\\\tt n=8 \\\tta=[ \ \ ] \\\ttfor\ i\ in\ range(0,n): \\\tt{\qquad    b=chr (97+i)*(i+1)}\\\tt{\qquad    a.append(b)}\\\tt   print(a)

Similar questions