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

[BUG] Snake case bug for camel case example #116

Closed rfezzani closed 5 years ago

rfezzani commented 5 years ago

Hi all, I also noticed that the camel case example is not working:

>>> snake('camelCase')
'camelcase'

Originally posted by @rfezzani in https://github.com/30-seconds/30-seconds-of-python/issues/114#issuecomment-535873130

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for any follow-up tasks.