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 defi

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("Ent