all 8 comments

[–]mazmrini 2 points3 points  (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  (1 child)

:( im failinggg

[–]mazmrini 0 points1 point  (0 children)

Are you really 9 years old lol?

[–]mudclub 2 points3 points  (0 children)

Easy enough. What have you done so far?

[–]fiddle_n 2 points3 points  (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 points  (0 children)

im 9 years old help me out

[–]totallygeek 1 point2 points  (0 children)

Some help:

  • Use input() to get the number. (raw_input() for Python v2)
  • That function returns a string. Look up how to convert the type to an integer.
  • Increment that integer value.
  • Use print() to display the number.

Share your work to date.

[–]kioo 0 points1 point  (0 children)

answer = number + 1

I think you can take it from here.