Today, I coded a calculator app in Python, and when I first tried the shebang, it didn't run, but I eventually found the problem.
It turns out line endings in files matter. I kept using windows line endings because that's how I end my txt files. I had to switch it to Linux/Unix for the shebang to work
It's not the best-looking one, as the square root operator text just says "Sqrt".