On Mar 10, 1:29 pm, "Deep" <[EMAIL PROTECTED]> wrote: > Hi all, > I am a newbie to python > I have an input of form > <one number> space <another number> > ie. > 4 3 > how can i assign these numbers to my variables??
n1, n2 = map(int, raw_input().split()) -- http://mail.python.org/mailman/listinfo/python-list