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) ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results