Count vowels, words in a string | find key in a string | Convert string in TITLE | if else exercise

Опубликовано: 16 Июль 2026
на канале: Aditya Aurange
269
7

In this Python tutorial we will solve String exercise, Loop exercise & if else exercise
1. Count number vowels in a string
2. Check whether given char/ key/ word is present in string
3. Count number of times a given character is in string
4. Show position of a character/ sub string/ value in string
5. Count number of words in a string
6. Convert string into Title format