> For the complete documentation index, see [llms.txt](https://python.jerryhobby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://python.jerryhobby.com/introduction-to-python/core-tools-for-python-programming/python-playground.md).

# Python Playground

You can actually write and run Python code on a web page without installing anything on your computer. It's not a great solution for larger programs, but it is useful for playing around a little.

#### <https://python.playcode.io/>

Open that page and type in this code:

```
print("Hello World")
```

####

**Some content generated with AI**
