News
if k%2 == 0: # % is the mod operator; this line checks if the remainder of k/2 equals 0 even.append(k) # append the number to the list even else: # don't forget to indent the statement odd.append(k) ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results