wap to enter a number and print it's next number
Answers
Answered by
2
Answer:
a = int(input("Enter a number: "))
print("The next number is", (a + 1))
Similar questions
Math,
3 months ago
Geography,
3 months ago
India Languages,
3 months ago
Science,
7 months ago
Social Sciences,
1 year ago