204k views
1 vote
2.2 code practice question 1

1 Answer

4 votes

Answer:

a = float(input("Enter an integer: "))

print(a + 1)

print (a + 2)

print (a + 3)

Step-by-step explanation:

User Malifa
by
4.2k points