Rev 71 | Blame | Last modification | View Log | RSS feed
def getscore(struct): score = 0 # Screen Size : <=2 - ?, <=2.5 - ?, > 2.5 - ? # Resolution # Number of Colors # REVISIT - Certain type of screen are better # Type return score
def getscore(struct):
score = 0
# Screen Size : <=2 - ?, <=2.5 - ?, > 2.5 - ?
# Resolution
# Number of Colors
# REVISIT - Certain type of screen are better
# Type
return score