fill in the blanks to create a valid for loop | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

fill in the blanks to create a valid for loop

unable to solve this question what they exactly want fill in the blanks to create a valid for loop: text = "some text goes here" ___x__text__ print(x)

26th Dec 2022, 6:56 AM
ROHIT PAL
4 ответов
+ 4
Review the lesson before the actual question. It has the exact same example code in the "Try yourself" block (with different variable names). You just need to fill the correct syntax of a "for" statement.
26th Dec 2022, 7:03 AM
Tibor Santa
Tibor Santa - avatar
+ 3
This should be the correct answer though, it works for me on the same question.
26th Dec 2022, 8:00 AM
Tibor Santa
Tibor Santa - avatar
+ 1
for x in text : print(x) i have tried this answer but it's incorrect
26th Dec 2022, 7:09 AM
ROHIT PAL
0
fill in the blanks to create an empty class called bot
11th Jan 2023, 5:56 AM
santhosh sandy
santhosh sandy - avatar