(May-06-2020, 03:04 AM)menator01 Wrote: [ -> ]How I do it. Hope it helps.
Thank ya'll very much. I appreciate everyones help.
I definitely have the right package up for running it with atom. But it still gives the error. The picture of the package matched the one in the video.
![[Image: EszBtvi]](https://imgur.com/a/EszBtvi)
on the first image the code is in the other open tab (Py4e.py), not AssignmnetOne.py file
on the second image print
is Print
and that should produce error (python is case-sensitive)
as a side note - Atom is an IDE. To run the code from cmd, you don't need to install any Atom add-ons. You need add-ons only if you want to run it inside Atom, in the built-in terminal inside the IDE.
(May-06-2020, 03:43 AM)buran Wrote: [ -> ]on the first image the code is in the other open tab (Py4e.py), not AssignmnetOne.py file
on the second image print
is Print
and that should produce error (python is case-sensitive)
as a side note - Atom is an IDE. To run the code from cmd, you don't need to install any Atom add-ons. You need add-ons only if you want to run it inside Atom, in the built-in terminal inside the IDE.
IT WORKED!!!
Thank you very much. Ya'll are kings among men.