|
|
back to boardPython 2.7 help needed Can not figure out the right solution that passes the test Re: 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:57 it works but i don't understand why other codes don't work Re: Python 2.7 help needed Maybe your code is two line input this problem is 1 line input |
|
|