Untitled

mail@pastecode.io avatar
unknown
plain_text
4 months ago
517 B
2
Indexable
# Create review_one
review_one = """# review_one
I really enjoy the courses,
and they are easy to fit into my busy schedule. 
I wish I had started using your platform sooner.
I'll be recommending you to my friends!!"""

# Create review_two
review_two = """# review_two
One year ago, I was unsure of how to make progress in my career. 
Now, I work as a Prompt Engineer, and I can't thank you enough! 
Keep up the great work."""

# Print the two reviews individually
print(review_one)
print(review_two)
Leave a Comment