1. How to create the string
2. How to access the string
3. Write a program using the length method to print the length of the string.
4. How to delete the string
5. Write a program Replace the (.) with (!).
6. Write a program now to make everything uppercase.
7. Write a program now to make everything lowercase.
8. Make the string so that everything is properly and first letter is capital with one function.
9. Using first, second and last characters of the string, create a new string.
10. How to reverse the string.
1. What is the string?
2. How to create the string?
3. How to update the string?
4. How to delete the string ?
5. Write the string built-in function?
6. Write the basic operations of string?
7. Write the formatting methods of string ?
8. How to remove all duplicate the string?
9. How to print all duplicate characters the string?
10. what is string and substring?