[Tutor] problem with code
Alan Gauld
alan.gauld at btinternet.com
Tue Sep 1 16:07:18 CEST 2015
On 01/09/15 14:07, Nathan Clark wrote:
> I have written another basic program out of python, please could you
> instruct me on how to fix it
>
> question= input("What is your question)
> print("Let me think about that")
> time.sleep(10) #10 seconds wait
> print (question)
> print ("lol")
Please, always include the full error message you get.
Firstly it helps us identify the problem without having
to copy your code or study it in detail.
Secondly it allows us to show you how to use these
messages to fix your own problems without having to
post a mail each time.
Steven has taken the time to analyze your code in
this case but please, in future, include the
error reports.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list