Code
from rich.console import Console
console = Console()
post_count = count_blog_posts()
console.print(
f":rocket: Enjoy reading these {post_count} blog posts! What else should I write about?"
)🚀 Enjoy reading these 56 blog posts! What else should I write about?