Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. x = [1, 1j]
  2. x.sort()
  3. Traceback (most recent call last):
  4. File "<pyshell#13>", line 1, in ?
  5. x.sort()
  6. TypeError: cannot compare complex numbers using <, <=, >, >=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement