Re: [Tutor] cant get it to run right

2019-03-28 Thread Alan Gauld via Tutor
On 28/03/2019 23:55, Sveum, Christian wrote: > I am new and I have tried everything I can think I of. I want it to run like > a converstion. Its always good to be as specific as possible. What exactly do you mean by "can't get it to run right"? Does it crash? Do you get an error message? If so se

Re: [Tutor] cant get it to run right

2019-03-28 Thread DL Neil
On 29/03/19 12:55 PM, Sveum, Christian wrote: I am new and I have tried everything I can think I of. I want it to run like a converstion. print(" I am Bob") ... What is not working? How far does the program run before stopping? What error message are you seeing? (why won't you share it with us