Posted 08 February 2013 - 09:51 AM
How would I have the user input a value and then the sleep function use that value?
Thats not going to work ^^
So how do I do it?
Thanks, AnthonyD98
write("Sleep Value > ")
value = read()
sleep(value)
Thats not going to work ^^
So how do I do it?
Thanks, AnthonyD98