File "script.py", line 102 print "J.A.R.V.I.S: " + jarvis_speech ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("J.A.R.V.I.S: " + jarvis_speech)? #34
Hi I am trying to run python the project right I have all the requirements installed everything and I come by this error.
File "script.py", line 102
print "J.A.R.V.I.S: " + jarvis_speech
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("J.A.R.V.I.S: " + jarvis_speech)?
Hi I am trying to run python the project right I have all the requirements installed everything and I come by this error.
File "script.py", line 102 print "J.A.R.V.I.S: " + jarvis_speech ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("J.A.R.V.I.S: " + jarvis_speech)?
I don't get why. Plz fix asap!