All must be knowing what is a Odd Number in Mathematics.
If the number is not divisible by 2 then the number is called as Odd Number and it’s just the opposite of even number.
In this post we are going to write a program using different methods which will accept a number “n” and will return all the odd numbers between 1 to n.
List Comprehensions – Odd numbers
Method 1: Let’s write the program using List Comprehension Method.
Here the odd_numbers function returns a list of odd numbers between 1 and n(n is inclusive).
I want to return only the odd numbers in a list.
def odd_numbers(n):
odd_number_list = [num for num in range(1, n+1) if num % 2 == 1]
return odd_number_list
print(odd_numbers(6))
print(odd_numbers(10))
print(odd_numbers(11))
Here is your output:
[1, 3, 5]
[1, 3, 5, 7, 9]
[1, 3, 5, 7, 9, 11]
Method 2: Here we are going to write the program using for loop. we need to check if the input number is not divisible by 2. If the number is not divisible by 2, then we have to print it.
# input the number from keyboard
number = int(input("Enter a number: "))
print("\nOdd numbers from 1 to", number, "are : ")
for num in range(1, number + 1):
#Check if the number is odd or not.
if((num % 2) != 0):
print(num," ")
Here is the output:
Enter a number: 3
Odd numbers from 1 to 3 are :
1
3
erotik izle
I do not even understand how I stopped up right here, however I thought this put up used to be good. Floria Osbourn Korns
sikis izle
Hello. This article was extremely fascinating, especially since I was browsing for thoughts on this subject last Thursday. Barb Nestor Kinata
sikis izle
Hi, just wanted to tell you, I enjoyed this article. Bab Creight Gorrian
erotik izle
You are my breathing in, I own few web logs and infrequently run out from to post . Auguste Torrance Shanan
sikis izle
You are my inspiration , I own few blogs and occasionally run out from to brand. Biddy Reginauld Bleier
erotik izle
Ahaa, its good discussion on the topic of this piece of writing here at this website, I have read all that, so at this time me also commenting here. Gwenny Bennie Onia
erotik
Way cool! Some extremely valid points! I appreciate you writing this article and the rest of the website is really good.
erotik izle
Thanks to my father who shared with me on the topic of this website, this blog is actually awesome. Hally Isaiah Trace
erotik
You are my inspiration , I have few web logs and rarely run out from to brand. Jinny Enrico Evita
erotik
Undeniably believe that which you said. Your favorite reason appeared to be on the net the simplest thing to keep in mind of. Rhianon Armstrong Mihalco
erotik izle
Sadly, I have run across this. One family member has tons of photos of my paternal side and refuses to share with anyone. Jade Andrey Joshia
erotik izle
I do not even understand how I ended up here, but I assumed this publish used to be great. Tammy Husein Osgood
billye mckain
Hello! I could have sworn I’ve been to this blog before but after browsing through some of the post I realized it’s new to me. Anyways, I’m definitely happy I found it and I’ll be book-marking and checking back frequently!
gregg lippman
You made some nice points there. I looked on the internet for the subject matter and found most individuals will agree with your site.
valentin lewerke
You made some nice points there. I looked on the internet for the subject matter and found most individuals will agree with your site.
travis thistlethwait
You made some nice points there. I looked on the internet for the subject matter and found most individuals will agree with your site.
mathilda schoborg
Hello! I could have sworn I’ve been to this blog before but after browsing through some of the post I realized it’s new to me. Anyways, I’m definitely happy I found it and I’ll be book-marking and checking back frequently!
best CBD oil for dogs
Thanks to my father who stated to me on the topic of this blog, this weblog is really awesome.
My website best CBD oil for dogs
CBD products
Thank you, I have just been searching for information about
this topic for ages and yours is the greatest I have discovered so far.
But, what about the conclusion? Are you positive concerning the source?
cannabidiol gummies
Excellent post but I was wanting to know if
you could write a litte more on this subject?
I’d be very grateful if you could elaborate a little bit
more. Many thanks!
best cbd for dogs
Interesting blog! Is your theme custom made or did you download it from somewhere?
A design like yours with a few simple adjustements would really make my blog jump out.
Please let me know where you got your theme. Kudos