Computer Science, asked by saipramothini36, 1 month ago

a='School'

b='school'

print(a>b)

write the output for the above program and explain how relational operators are used

in comparing the strings.​

Answers

Answered by rishikesh5717
0

Answer:

School

school

simple.

This is very simple.

Similar questions