how to run python in linux bash

If I have a python script in linux, touch run.sh:
#!/bin/bash
python3 script_name.py

chmod +x run.sh