I\'m learning sagemath (uses python 3.0) and I\'m trying to do Goldbach conjecture, the code is(Goes ok!):
def Goldbach(n): if n%2!=0 or n<=2: show(&qu