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

Split a string to a list of substrings #225

Closed saviomartin closed 3 years ago

saviomartin commented 3 years ago

Added snippet to split a long string to a list of substrings. No issues. Works Perfectly.

Hope it helps. Savio Martin

azanbinzahid commented 3 years ago
  1. I believe string.split is already a builtin function in python
  2. There are issues with formatting, especially with example section, please follow snippet template
  3. Name of snippet must be a snake_case
saviomartin commented 3 years ago

So, What should I do now. Please help