asked 119k views
0 votes
Write a python statement that print the number 1000

asked
User M Brown
by
8.1k points

1 Answer

5 votes

1.

print(1000)

2.

x = 600

y = 400

print(x + y)

answered
User Mamnarock
by
8.6k points

No related questions found