Output specific letters of an array

Viewed 18

My Excersise is, to output specific letters with a for loop.

input1 = ["ab", "daf", "fdaf", "nutsfg7uwfuisghoizfwseouig"]

output = "aaas"

My problem is, that I don't really unterstand for loops and also I don't know, how to use them.

Thank's!

0 Answers
Related