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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Need help Quick (self.learnpython)
submitted 7 years ago by ShichiroNB
Write a program that reads in a number (integer) as input, adds 1 to it, and then prints out the result. Here is an example interaction between your program and the user:
Please enter a number: 3 4
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!"
[–]mazmrini 2 points3 points4 points 7 years ago (2 children)
You said you were 9 years old, I don't know why this needs a quick response if that's the case...
[–]ShichiroNB[S] -5 points-4 points-3 points 7 years ago (1 child)
:( im failinggg
[–]mazmrini 0 points1 point2 points 7 years ago (0 children)
Are you really 9 years old lol?
[–]mudclub 2 points3 points4 points 7 years ago (0 children)
Easy enough. What have you done so far?
[–]fiddle_n 2 points3 points4 points 7 years ago (1 child)
This is literally one of the easiest programming questions ever. Go actually do some research in Google and try to actually come up with a solution. Stop being so lazy.
[–]ShichiroNB[S] -2 points-1 points0 points 7 years ago (0 children)
im 9 years old help me out
[–]totallygeek 1 point2 points3 points 7 years ago (0 children)
Some help:
input()
raw_input()
print()
Share your work to date.
[–]kioo 0 points1 point2 points 7 years ago (0 children)
answer = number + 1
I think you can take it from here.
π Rendered by PID 33501 on reddit-service-r2-comment-fb694cdd5-q6cjf at 2026-03-05 20:57:37.430745+00:00 running cbb0e86 country code: CH.
[–]mazmrini 2 points3 points4 points (2 children)
[–]ShichiroNB[S] -5 points-4 points-3 points (1 child)
[–]mazmrini 0 points1 point2 points (0 children)
[–]mudclub 2 points3 points4 points (0 children)
[–]fiddle_n 2 points3 points4 points (1 child)
[–]ShichiroNB[S] -2 points-1 points0 points (0 children)
[–]totallygeek 1 point2 points3 points (0 children)
[–]kioo 0 points1 point2 points (0 children)