On 04/04/2013 16:16, mattgrav...@gmail.com wrote:
Im fairly new to Python. I was trying to run a script using IDLE and it came
back with an error and immediately shut down. After this, every script I tried
to test within IDLE would do the same. I wrote the following script:
while True
x =
On Fri, Apr 5, 2013 at 2:33 AM, wrote:
> Thanks Chris, that worked. Like I said, I'm fairly new to python so I am
> still learning the ins and outs. Thank you.
No probs. You provided all the information needed to solve the
problem, for which I am very much appreciative.
All the best!
ChrisA
-
Thanks Chris, that worked. Like I said, I'm fairly new to python so I am still
learning the ins and outs. Thank you.
--
http://mail.python.org/mailman/listinfo/python-list
On Fri, Apr 5, 2013 at 2:16 AM, wrote:
> Im fairly new to Python. I was trying to run a script using IDLE and it came
> back with an error and immediately shut down. After this, every script I
> tried to test within IDLE would do the same. I wrote the following script:
>
> while True
> x =
Im fairly new to Python. I was trying to run a script using IDLE and it came
back with an error and immediately shut down. After this, every script I tried
to test within IDLE would do the same. I wrote the following script:
while True
x = input("test")
It seems simple enough to not be