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
basi
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, an
On Mon, Sep 30, 2013 at 1:50 PM, 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 basics. Do you gu
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
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 b
given your code,
and you've said exactly what it's doing that you don't expect. 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
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