Saturday 5 October 2013

PYTHON ANSWERS


PYTHON FINAL EXAM ANSWERS(2012)


 1.8.0 % 4
   3 / 4
21
3. 40


4.start+str(middle)+end
5.The function should use a return statement instead of a call on function print
6.max(min(L1),min(L2))
7.len(L1)==len(L2)
8. b and c
9.i-1
10.for k in d:
11.d[k] in d
12. b and c
13. a,b and c
14. letter_counts[c]=letter_counts[c]+1

No comments:

Post a Comment