+ 1
I cant understand this Output
print("abc">"Abc") print("Abc">"abc") Output True False
2 Respostas
+ 2
Sorry,
I was not familier with ascii number
+ 1
the ascii character a has a bigger value than A if you convert it to decimal.
print("abc">"Abc") print("Abc">"abc") Output True False