A simple introduction to Python variables

Let's learn about Python variables

This is a blog post about variables.
We'll learn about Python variables.


This is a Markdown sub-heading

We just used a ### subheading in our blog post.

  // this is a code block
  const doSomething = () => {
    return console.log('hey')
  }
Следующая статья
How to set up Tailwind CSS