Re: VERY BASIC HELP

2013-10-01 Thread rusi
On Monday, September 30, 2013 11:20:16 PM UTC+5:30, vignesh.h...@gmail.com wrote: Thank you both so much! I'll be sure to make more pertinent subject lines now :) Thanks for the detailed explanations! Clearly, I've just started learning this language ~20 minutes before I made this post, and

Re: VERY BASIC HELP

2013-10-01 Thread Mark Lawrence
On 30/09/2013 18:50, vignesh.harikris...@gmail.com wrote: Thank you both so much! I'll be sure to make more pertinent subject lines now :) Thanks for the detailed explanations! Clearly, I've just started learning this language ~20 minutes before I made this post, and am still learning the

VERY BASIC HELP

2013-09-30 Thread vignesh . harikrishna
c=int(raw_input(How many numbers do you want to work? (Min. 2 Max. 3))) if c==2: x=int(raw_input(Enter the first number to be worked)) y=int(raw_input(Enter the second number to be worked)) elif c==3: x=int(raw_input(Enter the first number to be worked)) y=int(raw_input(Enter the

Re: VERY BASIC HELP

2013-09-30 Thread Chris Angelico
. I really appreciate that! But one thing I would ask: Next time, please consider your subject line. That's the first chance you have to grab someone's attention - VERY BASIC HELP doesn't say _what_ you need help with. :) Your post makes a nice change from some I've seen, though... Have fun, happy

Re: VERY BASIC HELP

2013-09-30 Thread John Gordon
In 380132bc-bc9c-4d57-95d8-dc01f26f4...@googlegroups.com vignesh.harikris...@gmail.com writes: c=int(raw_input(How many numbers do you want to work? (Min. 2 Max. 3))) if c==2: x=int(raw_input(Enter the first number to be worked)) y=int(raw_input(Enter the second number to be worked))

Re: VERY BASIC HELP

2013-09-30 Thread vignesh . harikrishna
Thank you both so much! I'll be sure to make more pertinent subject lines now :) Thanks for the detailed explanations! Clearly, I've just started learning this language ~20 minutes before I made this post, and am still learning the basics. Do you guys know of any guides for a beginner? I am

Re: VERY BASIC HELP

2013-09-30 Thread Joel Goldstick
On Mon, Sep 30, 2013 at 1:50 PM, vignesh.harikris...@gmail.com wrote: Thank you both so much! I'll be sure to make more pertinent subject lines now :) Thanks for the detailed explanations! Clearly, I've just started learning this language ~20 minutes before I made this post, and am still