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
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
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