p1 = tuple([float(ele) for ele in input('Please type ...').split()])
p2 = tuple([float(ele) for ele in input('Please type ...').split()])# input format is : 25.0 30.0 --------------------- *Siva Cn* *Python Developer* *http://www.cnsiva.com* ---------------------
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
