Commit 9f45f86f authored by Dong-hee,Na's avatar Dong-hee,Na

set test

parent 9d55ac9e
# should_error
set1 = set([1,2,3,4])
set2 = set([5,6,7])
set1.add(set2)
class C(object):
def __init__(self):
self.t = set([self])
def __repr__(self):
return repr(self.t)
print repr(C())
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment