def yourThink(think):
: : return {"think":think}

def thinkToWrite(content):
: : return {"content":content}

def writingToPrint(words):
: : return {"words":words}

def finallyPrint(whatYourThinkToWriteToPrintIs):
: : let result = whatYourThinkToWriteToPrintIs.words.content.think
: : print(result)

finallyPrint(writingToPrint(thinkToWrite(yourThink("sldoal"))))

코드는 이렇게 맑끔하게 짜는거야 프갤러들아 ㅇㅇ
본받아라 ㅇㅅㅇㅋㅋ