Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. a=int(input("Введите число: "))
  2. b=int(a+1)
  3. с=int(a-1)
  4. print("The next number for the number "(a) is (b))
  5. print("The previous number for the number "(a) is (c))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement