Ask Question

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

+1
Answers (1)
  1. 14 January, 07:55
    0
    n = int (input ("Enter Number : "))

    print (n+1, n+2, n+3)
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers