Learn Python List Comprehension by Building a Case Converter Program - Step 1

I am joining the charaters and using . join though its not working.

Your code so far


# User Editable Region

def convert_to_snake_case(pascal_or_camel_cased_string):


# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

Learn Python List Comprehension by Building a Case Converter Program - Step 1

Hi @gomti.agarwal9

Use the placeholder key word that lets code pass without a function body

Happy coding

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.