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