mikeyn1206 mikeyn1206
  • 22-09-2020
  • Computers and Technology
contestada

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

The sample for is

Enter an integer: 4
5
6
7
This is in python edgenuity 2.2 Code practice.

Respuesta :

SpleenPopper SpleenPopper
  • 22-09-2020

Answer:

Explanation:

a = int(input("Enter num: "))

print(str(a+1))

print(str(a+2))

print(str(a+3))

Answer Link
OSEYIA
OSEYIA OSEYIA
  • 23-11-2021

Answer:

What that person said ^^^

Explanation:

Answer Link

Otras preguntas

true or false questions basic math 1.the total surface area of a cube each of whose edges is 12 inches long is 6 square feet 2.if the tank in a car holds 15 gal
true or false questions basic math 1.the total surface area of a cube each of whose edges is 12 inches long is 6 square feet 2.if the tank in a car holds 15 gal
Collect information about working of geyser and prepare a report
a sum of RS 500 is in the form of denominators of RS5 & RS 10..if the total no. of notes is 90 ,find the no. of notes of each type................
what are the rational numbers of -12,0,35,4.85,√12,√36,19/6,-10/11,1.4949949994
What is 3 to the 3rd power times 3 to the 4th power
You have 5 pounds and 10 ounces of laundry. Your washer has a capacity of 7 pounds. How many more ounces of laundry would you need to make a full load?
how do u express a ratio as a decimal
A soccer ball is kicked straight up from the ground with an initial velocity of 32 feet per second. Its height above ground in feet is given by: s(t)=-16t^2 +32
Jim, Carla and Tomy are members of the same family.  Carla is 5 years older than Jim.  Tomy is 6 years older than Carla.  The sum of their 3 ages is 31 years. H