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

User M Brown
by
7.6k points

1 Answer

5 votes

1.

print(1000)

2.

x = 600

y = 400

print(x + y)

User Mamnarock
by
8.7k points