from java.util import HashSet hs = HashSet() hs.add(1) for x in hs: print x for y in hs: print y