[Tutor] Curious newbie

Sean 'Shaleh' Perry shalehperry@attbi.com
Mon, 22 Jul 2002 10:22:25 -0700 (PDT)


On 22-Jul-2002 shey crompton wrote:
> Hi all,
> If I create a program like a small text based guessing game using Python,
> and I want to send it to mates to try out, do they have to have python
> installed to be able to play the game? If my mates don't have to have IDLE
> installed, how would they (in windows) run the game? 
> 

from a command prompt they can run your program directly 'python foo.py'.