140k views
1 vote
Help please what is the answer , thanks!!!

Help please what is the answer , thanks!!!-example-1
User Ilmoi
by
4.3k points

1 Answer

4 votes

Answer:

X = "Hello World"

Y = "hello world"

Z = 100

C = 200

if X == Y:

print("TRUE")

else:

print("FALSE")

if Z > C:

print("TRUE")

else:

print("FALSE")

User Niraj Kumar
by
4.4k points