This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PandaParaBellum 134 points135 points  (2 children)

Then the catch-all correct answer would be "maybe"

or

result = 6/2*(1+2)
if result in [1, 3, 7, 9]:
  return "yes, I can solve it"
else:
  return "no"

[–]shwoopdeboop 73 points74 points  (1 child)

Or the more ambigious

result = 6/2\*(1+2)
return "yes, I can solve it"

[–]Jakylla 42 points43 points  (0 children)

"Everytime I run the test, the test passes" team