[Tutor] Re: input() : part two

2005-04-30 Thread Chris Smith
I found a work around for the terminal it appears that the message in the input("message") was being assigned to the next variable making Matrix=error=alpha It's good to see that you got this working. Just a couple notes: 1) Regarding your comment above, it just *looks* like it was doing an ass

[Tutor] Re: input()

2005-04-29 Thread Chris Smith
On Friday, Apr 29, 2005, at 09:48 America/Chicago, [EMAIL PROTECTED] wrote: Hello and thanks in advance. I am trying to prompt the user for some input. I need three values from the user so,I used input() like so; Matrix = input("Matrix=") error=input("error=") alpha= input("alpha=") us