Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please Help
#1
I am trying my first program on python, the common "hello world".
I am using visual studio and I wrote print("hello world").
I wrote
$python app.py
in the terminal, and this is the answer I get
At line:1 char:9
+ $python app.py
+ ~~~~~~
Unexpected token 'app.py' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken


This should be a very simple operation, yet, I am not sure what is happening.
Any help would be appreciate.
Thank you very much.
Reply


Messages In This Thread
Please Help - by ydg - Oct-29-2018, 09:54 PM
RE: Please Help - by wavic - Oct-30-2018, 04:36 AM
RE: Please Help - by relaximfine - Sep-26-2021, 10:40 PM
RE: Please Help - by ydg - Oct-30-2018, 09:00 AM
RE: Please Help - by wavic - Oct-30-2018, 09:40 AM
RE: Please Help - by ydg - Oct-30-2018, 09:46 AM
RE: Please Help - by ndc85430 - Sep-27-2021, 06:45 AM
RE: Please Help - by wavic - Oct-30-2018, 11:49 AM
RE: Please Help - by ydg - Oct-31-2018, 08:50 AM
RE: Please Help - by buran - Oct-31-2018, 08:55 AM
RE: Please Help - by relaximfine - Sep-26-2021, 10:38 PM
RE: Please Help - by Pedroski55 - Sep-26-2021, 11:02 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020