What will the following code display?
stuff = {1 : 'aaa', 2 : 'bbb', 3 : 'ccc'}
print(len(stuff))
for k in stuff:
print(k)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here