Python Programming Internal
Python Programming Internal
6. write a program to find the length of the string without using any library function.
7. write a program to preform the given operations on a list. i) Addition ii) Insertion
iii) slicing.
9. Write a program to create tuple(name, age, address, college) for at least two members
and concatenate the tuple and print the concatenated tuple.
10. Write a program to count the number of vowels in a string(No control flow allowed).