Light Mode
Dark Mode
Questions about reverse-engineer.

checkio([[2, 2, [4, 1]]]) # ["x*y", 3, 3]

checkio([[2, 2, [4, 1]], [3, 3, [6, 1]]]) # ["x+y", 5, 5]

What should I return as x and y?

your guess as an expression string

Any syntax requirements?

Are 'x+y', 'x + y', '(x+y)', 'y+x', '(x + x) - (x + y)' same functions?

Created: Jan. 29, 2014, 9:53 p.m.
Updated: Jan. 31, 2014, 10:25 a.m.
1
31
User avatar
Cjkjvfnby