Open AhmedCode99 opened 1 year ago
Well, this depends upon your IDE.
for mac, you can check your python version by enter python in your terminal if you use python2, or enter python3 if you use python3
Well, this depends upon your IDE.
python version is depends upon your computer, not IDE, because you install python in your computer
Well, this depends upon your IDE.
for example, if you have two IDE installed, vs code and pycharm, they have the same python version
I am setting up git hub actions to pylint codes when they get pushed. But I have to specify which version of python we are using. Now I am using Python 3.0. But it is not necessary that everyone else is.