Posts by Sumit Chhirush

Author Biographical Info: Not available

Remove duplicate words from a string in Python

By Sumit Chhirush

In this tutorial, we are going to learn about how to Remove duplicate words from a string in Python along with some examples. What are duplicate words/strings in a string? Duplicat.... Read More

The return statement in a Python function

By Sumit Chhirush

In this tutorial, we are going to learn about return statements in Python along with some examples. Basically, when we call a function, to get the result of that function we use a .... Read More

Related Posts