摘要: # -*- coding: utf-8 -*-'''Created on May 19, 2012@author: Edison'''from math import sqrt# A dictionary of movie critics and their ratings of a small# set of moviescritics={'Lisa Rose': {'Lady in the Water': 2.5, 'Snakes on a Plane': 3.5, 'Just My L 阅读全文
posted @ 2012-09-23 11:11 莫忆往西 阅读(178) 评论(0) 推荐(0) 编辑