RosettaCodeData/Task/Binary-strings/Python/binary-strings-3.py

5 lines
93 B
Python

assert "Hello" == 'Hello'
assert '\t' == '\x09'
assert "one" < "two"
assert "two" >= "three"