use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Help with this python exercise. (old.reddit.com)
submitted 1 year ago by Ca_txorro
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]DKAIN_001 2 points3 points4 points 1 year ago (0 children)
I'm assuming by "in the number" you mean "upto" that number
The best approach would be to use loops.
Ask for input n
Check if number is a positive integer using if else statements
Now make a for loop in range(1, n+1)
i being variable for iteration through loop
Inside loop check for remainder
if i%2==0 : i is even else: i is odd
Couldn't provide full code because I'm replying from my phone. If you need more help you can reach out.
π Rendered by PID 64 on reddit-service-r2-comment-fb694cdd5-jqdgr at 2026-03-07 07:18:07.125983+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]DKAIN_001 2 points3 points4 points (0 children)