|
|
back to boardRe: what answer in python hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha Re: what answer in python Posted by Evgeny 2 Feb 2015 15:14 a = input() b = input() print a + b it is wrong answer, why? Re: what answer in python the example code in "how to write python solutions" is functional programming style. I supposed thats what is acceptable. By the way, neither works with raw_input() and int() Re: what answer in python you should try to use raw_input().split() because the input is in the same line listname[0]+listname[1] I won't include the correct solution Edited by author 05.08.2015 18:11 Edited by author 05.08.2015 18:12 |
|
|