+ 2
Having trouble running tge python script.
My script running successfully here but not working in the terminal
5 Answers
+ 11
What's the error or code? It could be that you're running Python2 instead of Python3.
+ 7
@JULIAN ANTHONY
yes, although to beginners it may only appear that the difference is parentheses around print [print "thing" vs print("thing")]
I noticed you said terminal though. I recommend you either download notepad++ or pycharn(community edition) to write your code instead.
+ 6
if you used notepad++, you can open it with python.exe . if you did pycharm, after configuring your python version you can just press run
+ 1
is python2 different from python 3?
+ 1
ok then after writing my code where should I run it?