Re: [Tutor] Variable: From input and output

2010-02-07 Thread ssiverling
raw_input("\n Enter your last name : ") >>>> print (" Printing Your Complete name.") >>>> print firstname + " " + lastname > > Regards, > Rohit > > On Fri, Feb 5, 2010 at 6:04 PM, Kent Johnson wrote: > >> O

Re: [Tutor] Variable: From input and output

2010-02-04 Thread ssiverling
might have to check it out. Usually I try and snag free shipping. Alan Gauld wrote: > > > "ssiverling" wrote > >> thing I was reading is that alot of the tutorials assume prior >> programming > > I just checked and Amazon have the Soul of CP/M still a

Re: [Tutor] Variable: From input and output

2010-02-04 Thread ssiverling
I uploaded a file. I know it's not very impressive. Kent Johnson wrote: > > On Thu, Feb 4, 2010 at 1:19 PM, ssiverling wrote: > >> So I have been working on this example for a little while.  I looked for >> the >> answer before posting.  I tried

Re: [Tutor] Variable: From input and output

2010-02-04 Thread ssiverling
Greetings, Thank you all for you help. I appreciate your help. Anyway, I thought I was answer something. "Dunno where you got that from. " It was from the book on assembly I was reading. -- View this message in context: http://old.nabble.com/Variable%3A-From-input-and-output-tp27457364p

[Tutor] Variable: From input and output

2010-02-04 Thread ssiverling
Greetings, So I want to learn assembly. However, it can take a experienced C programmer a year to learn assembly. With me it might take longer. One thing I was reading is that alot of the tutorials assume prior programming experience. So I figure I would go with an easier language. So I look