Python Module 2 Quiz Question 6 | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

Python Module 2 Quiz Question 6

Fill in the blanks to iterate over the list using a for loop and print its values. list = [1, 2, 3] __ var __ list: print(__)

17th Jan 2019, 4:08 PM
Abhiram Akella
Abhiram Akella - avatar
2 Réponses
+ 4
list = [1,2,3] for var in list: print(var)
17th Jan 2019, 4:14 PM
Maneren
Maneren - avatar
0
idk
25th Sep 2020, 6:44 AM
Neela Abhinav