Build a Pin Extractor - Step 4

Tell us what’s happening:

what do I do here, this is a little confusing…?

Your code so far


# User Editable Region

def pin_extractor(poem):
    secret_code = ''
    
    

# User Editable Region

poem = """Stars and the moon
shine in the sky
white and bright
until the end of the night"""

pin_extractor(poem)

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15

Challenge Information:

Build a Pin Extractor - Step 4

Split the lines on the newline character (\n ), and assign the resulting list to a variable called lines .

do you have doubts on these instructions? what is confusing?

I did it never mind ,thanks( I just mistook arguments)