letters = ['a', 'b', 'c'] for l letters print(l) what do i put in the blanks and why | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

letters = ['a', 'b', 'c'] for l letters print(l) what do i put in the blanks and why

i get that when it loops through it assigns i to the letter to print it but idk about the things i put there

11th Dec 2019, 10:50 AM
Jack Bradshaw
Jack Bradshaw - avatar
10 Answers
+ 4
for in :
15th Dec 2020, 11:57 AM
Sam Halliday
Sam Halliday - avatar
+ 2
for in :
10th Feb 2021, 11:47 AM
Md Momin Uddin Hridoy
Md Momin Uddin Hridoy - avatar
+ 2
for in :
23rd Oct 2021, 1:32 PM
Ngozichukwu Iheanyi
+ 1
1. for 2. in 3. :
27th Aug 2021, 2:14 PM
PRINCE KUMAR
PRINCE KUMAR - avatar
0
for, in,:
24th Mar 2020, 11:25 AM
Sophie
0
whats the answer
10th Mar 2021, 9:05 PM
00kLevi
00kLevi - avatar
0
Kontul
12th Apr 2021, 4:23 PM
Thomas Punt
Thomas Punt - avatar
- 1
what kglctb there the answer
16th Apr 2020, 3:25 PM
TopTommo
TopTommo - avatar
- 3
wow, how helpful ;/
19th Mar 2020, 5:48 AM
Sylwia
- 6
You can read more on for loops here: https://code.sololearn.com/cSdiWZr4Cdp7/?ref=app
11th Dec 2019, 11:04 AM
HonFu
HonFu - avatar