Assignment 4: Evens and Odds


How do I fix this?


Assignment 4 Evens And Odds How Do I Fix This class=

Answer :

There's definitely something wrong with your for loop. Try this:

for x in range(n):

You might want to check if all your print statements are correct. You might be missing just a period and it will be counted wrong.