IDNLearn.com provides a platform for sharing and gaining valuable knowledge. Get step-by-step guidance for all your technical questions from our dedicated community members.

Assignment 4: Evens and Odds


How do I fix this?


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

Sagot :

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.

Your participation means a lot to us. Keep sharing information and solutions. This community grows thanks to the amazing contributions from members like you. Thank you for visiting IDNLearn.com. We’re here to provide dependable answers, so visit us again soon.