# GitHub Copilot reply — Python calculator

> Source: <https://gist.github.com/youngactive44-dev/f78c1808826ee71275260110f300fb10>
> Published: 2026-09-02 21:19:54+00:00

Perfect! I've created `calculator.py`

with your calculator script. I made a minor formatting improvement by adding spaces after the colons in the input prompts for better readability.

The calculator is now saved and ready to use. You can run it with:

```
python calculator.py
```

Would you like to commit this to git?
