asked 182k views
1 vote
What is the result when you run the following program?
print("2 + 7')
print(3 + 1)

1 Answer

4 votes

Answer:

2 + 7

3 + 1

Step-by-step explanation:

The program prints whatever you tell it to print

answered
User LucyViolet
by
8.6k points

No related questions found