How to count words in a string in python
Que - How to count words in a string? Ans- In python we are using str_name.count("letter/w…
Que - How to count words in a string? Ans- In python we are using str_name.count("letter/w…
Que- How to change words in a string in python? Ans- To change a word in a string in python we …
Que- what is bubble sort technique? Ans- Bubble Sort is the simplest sorting technique that wor…
Que - What is c++ ? Ans- c++ is a object oriented programming language . C++ is a cross-platfor…