Ask Question
6 May, 07:21

Ask the user to input an integer. Print out the next three consecutive numbers. in python

+3
Answers (1)
  1. 6 May, 08:45
    0
    n = int (input ("Enter Number : "))

    print (n+1, n+2, n+3)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Ask the user to input an integer. Print out the next three consecutive numbers. in python ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers