# Use print_llm_response() to print a poem

number_of_lines = 7
prompt = f"““a poem {number_of_lines} lines longs about taking python course to get a job and avoid eviction””"
print_llm_response(prompt)

Studying Python day and night,
To secure a job, my future bright.
Eviction looming, bills to pay,
Code and debug, no time to stray.
Skills honed, opportunities arise,
Python course, my saving grace.

That worked very nicely, right up to the last couplet.

1 Like

:love_you_gesture:
indeed! lol thanks for the feedback!