friends = ['i','miss','you','all'] for f in friends: print(f.title()) print() friends = "i miss you all" print(friends.title())
0
0
0
0
0