RosettaCodeData/Task/Binary-strings/Python/binary-strings-3.py
Ingy döt Net 86c034bb8b new files
2013-04-10 12:38:42 -07:00

4 lines
93 B
Python

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