Ask Question
24 June, 16:15

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

+4
Answers (1)
  1. 24 June, 19:23
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers