Buildin Function Python Tutorial

D = {'a':1, 'b':2, 'c':3}
x = iter(D)
print x.next(  )