Typing letters slowly using sys

2013-04-05 Thread mattgraves7
I am using sys to give the effect that I am typing letters slowly. Basically what I want to have happen is have it show "Loading.." with the word loading appearing instantly and then the periods appearing slowly, as most loading screens do. This is what I have. dots = ('') for

Re: Error running any script in IDLE

2013-04-04 Thread mattgraves7
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

Error running any script in IDLE

2013-04-04 Thread mattgraves7
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