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
0
Answer:
School
school
simple.
This is very simple.
Similar questions