How do I make something have a small delay in python?
I want to display something 3 seconds after afterwards and then let the user input something.
Here is what I have
print "Think of a number between 1 and 100"
print "Then I shall guess the number"
I want a delay here
print "I guess", computerguess
raw_input ("Is it lower or higher?")