Acc 2
Acc 2
list1.clear()
print(list1)
Long question
(i) Write a program that takes a string with multiple words and capitalizes the first
letter of each word and forms a new string out of it.
(ii) Write a program that reads a string and check whether it is a palindrome string or
not.
(iii) Write a program to accept 10 numbers from the user, if the number is odd, and
then add that number to the list.