Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

Adding count substring program #304

Closed azax25547 closed 3 years ago

azax25547 commented 3 years ago

This program to count the number of substrings in the given string

azax25547 commented 3 years ago

As the snippet guidelines say "Always use soft tabs (2 spaces), never hard tabs." But it seems there's a hard space at each line of the function's body.

Okk just updating the snippet with soft tabs 🤗

azax25547 commented 3 years ago

Hi @thevirtualbuddy, Updated the Hard tabs with 2 soft spaces