Re: [Tutor] i really need help

2018-05-30 Thread Abdur-Rahmaan Janhangeer
did you attach a screenshot? if so i think it did not reach us !

Abdur-Rahmaan Janhangeer
https://github.com/Abdur-rahmaanJ

On Wed, 30 May 2018, 20:11 erich callahana,  wrote:

>
>
> I need to know how to access the window where in the menu at the top it
> says run and that’s where I can test my script, basically I have no idea
> how to test my script
>
> Thankyou
>
> Kind Regards
>
> Erich.C
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] i really need help

2018-05-30 Thread Brian Lockwood
 If you only have the command line.  Use the command line to navigate the
folder where your script is. Then use the command python Followed by your
scrutiny

On Wed, 30 May 2018 at 17:13, erich callahana  wrote:

>
>
> I need to know how to access the window where in the menu at the top it
> says run and that’s where I can test my script, basically I have no idea
> how to test my script
>
> Thankyou
>
> Kind Regards
>
> Erich.C
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] i really need help

2018-05-30 Thread Alan Gauld via Tutor
On 30/05/18 11:09, erich callahana wrote:
> I need to know how to access the window where > in the menu at the top it 
> says run

You need to help us out here.

What program are you running or trying to run that has
this Window? It sounds like an IDE of some kind,
maybe IDLE? But most IDEs have a Run menu so its hard
to know where you should look unless we know the program
you are using.

What OS are you using and which Python version?
Are you following a tutorial/video or book?
If so which?


> and that’s where I can test my script, basicall> I have no idea how to test 
> my script

The simplest way is to use the OS prompt
(CMD.EXE in Windows or Terminal application
in MacOS or a shell window/console in Linux)
That should give you a prompt ending in either
$ or >.

Type

> python full/path/to/myscript.py

And your code will run in that window.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] i really need help

2018-05-30 Thread erich callahana



I need to know how to access the window where in the menu at the top it says 
run and that’s where I can test my script, basically I have no idea how to test 
my script

Thankyou

Kind Regards

Erich.C
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor