Can You help me complete the following code ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can You help me complete the following code ?

iteration list with for list=[1,2,3] for var list. print ( )

1st Aug 2017, 6:54 AM
Giuseppe Reho
Giuseppe Reho - avatar
3 Answers
+ 5
Here's the code: list = [1,2,3] for var in list: print(var) I suppose the code you showed is in Python, so my code is also in Python.
1st Aug 2017, 7:37 AM
Vukašin Zeljić
Vukašin Zeljić - avatar
+ 1
In what language???
1st Aug 2017, 7:09 AM
Lois Thomas Idzi
Lois Thomas Idzi - avatar
0
thank You for jour useful answer
3rd Aug 2017, 6:57 AM
Giuseppe Reho
Giuseppe Reho - avatar