Chapter 3
-
False
Since lower-case characters have a higher ASCII order, the statement will return False
.
- Both are correct and will return the same result, which is
Strings
are not identical. Three
We can use the following:
-ge
: Greater than or equal to-gt
: Greater than-ne
: Not equal to
- True
Since one test is enough to return true, so we can be sure that the second test will return true.