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!
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!