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