Computer Science, asked by Rosè2004, 8 months ago

Output of the following Python statement will be: print(“xyz” > “XYZ”)​

Answers

Answered by zelenazhaovaqueen
1

Answer:

True

Explanation:

The output Python statement will be:

print ("xyz">"XYZ")

Output:

True

hope it helps :)

Answered by rayinnisaideekshitha
1

Answer:

the answer is true

Explanation:

output of the following Python statement will be : ("xyz">"XYZ")

Similar questions