
-----------------------------------
ylcc23
Wed May 11, 2016 9:26 pm

Goldbach conjecture (Python 3)
-----------------------------------
Pretty self explanatory. I'm looking to program Goldbach's Conjecture in python but I need a bit of help. I have a fair amount of the code written already but I need a bit of help with my testGoldbach function. 

[code]def nextNumber():
    n = int(input("Please enter 0 or an even integer above 2: "))
    while n < 0 and n 