Output of the following Python statement will be: print(“xyz” > “XYZ”)
Answers
Answered by
1
Answer:
True
Explanation:
The output Python statement will be:
print ("xyz">"XYZ")
Output:
True
hope it helps :)
Answered by
1
Answer:
the answer is true
Explanation:
output of the following Python statement will be : ("xyz">"XYZ")
Similar questions