0

How we can write program by for loop

11th Nov 2016, 6:09 PM
vishnu
2 Answers
+ 1
a_name = "Vishnu" for c in list(a_name): print(c) Output: V i s h n u
12th Nov 2016, 1:00 AM
Kirk Schafer
Kirk Schafer - avatar
0
right
12th Nov 2016, 3:02 AM
davidshan0001