Python Forum
running python in cmd on win10
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
running python in cmd on win10
#5
Does your intro.py file have '>>>' in it? If so, please delete that and try running again.'>>>' is the python prompt. If your program text is ">>> print('Hello world')" you will get a "syntax error" because python does not understand what ">>>" means.
Reply


Messages In This Thread
running python in cmd on win10 - by rny1python - May-17-2020, 08:46 PM
RE: running python in cmd on win10 - by snippsat - May-17-2020, 10:37 PM
RE: running python in cmd on win10 - by rny1python - May-18-2020, 03:30 AM
RE: running python in cmd on win10 - by snippsat - May-18-2020, 09:11 AM
RE: running python in cmd on win10 - by deanhystad - May-18-2020, 12:45 PM
RE: running python in cmd on win10 - by rny1python - May-18-2020, 02:40 PM
RE: running python in cmd on win10 - by deanhystad - May-18-2020, 11:36 PM

Forum Jump:

User Panel Messages

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