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

Tell us what’s happening:

Describe your issue in detail here.

Your code so far


# User Editable Region

      snake_cased_string = ''.join(snake_cased_char_list)

# 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/122.0.0.0 Safari/537.36

Challenge Information:

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

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

aren’t you missing all the rest of the code? maybe reset the step and try again

no i reset it so many time but it appears same
please help

you need the rest of the code for this step to pass

Hello there!
I think you should try and check your indentation because that also might be the problem. Make sure that the indentation is four spaces or your code should be on the same level as the declaration of your for loop

1 Like

thanks got the answer:
– solution removed –

1 Like

Hi, please don’t post solution code, thanks!

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

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