What is the expected behavior of the following code?
It will
A . print 2 1
B . print 1 2
C . cause a runtime exception
D . print <generator object f at (some hex digits)>
Answer: B
Explanation:
What is the expected behavior of the following code?
It will
A . print 2 1
B . print 1 2
C . cause a runtime exception
D . print <generator object f at (some hex digits)>
Answer: B
Explanation: