|  | 
|  | 
| back to board | Python 2.7 help needed Can not figure out the right solution that passes the testRe: Python 2.7 help needed Try this solution: print sum(int(x) for x in raw_input().split(' '))Edited by author 18.02.2013 14:11Re: Python 2.7 help needed Thanks, it passed.
 But I am still confused; I don't get why this is a solution to the described problem (a+b)
Re: Python 2.7 help needed Posted by Light  22 Feb 2014 13:57it works but i don't understand why other codes don't workRe: Python 2.7 help needed Maybe your code is two line inputthis problem is 1 line input
 | 
 | 
|