1# To check your Python version in the command line use:
2python --version
3
4# To check your Python verson inside a script use:
5import sys
6print(sys.version)
1# To check python 3 version type in the terimnal:
2
3python3 --version
4
5# To check python 2 version just type:
6
7python --version
8
9# If any errors come up then that means python isn't installed on your
10# system.
1Hi this is way simple..
2
3Open terminal on your mac
4Then type python - - version
5If its give an error that means there is no python installed if it gives you the version number then python is installed..
6
7Any by default python comes installed but the answer was just to make sure you do understand..
8
9Good luck with learning python.. If you need any more with hacking and python let me know i have a YouTube channel just specifically for helping people getting started with hacking and. programming..