Subversion Repositories SmartDukaan

Rev

Rev 6068 | Rev 6320 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6068 Rev 6273
Line 101... Line 101...
101
               if os.find("iOS") > -1 :
101
               if os.find("iOS") > -1 :
102
                   if os.find("4") > -1 :
102
                   if os.find("4") > -1 :
103
                       os_score = 9
103
                       os_score = 9
104
                   if os.find("5") > -1 :
104
                   if os.find("5") > -1 :
105
                       os_score = 9.5
105
                       os_score = 9.5
-
 
106
                   if os.find("6") > -1 :
-
 
107
                       os_score = 10
106
    
108
    
107
           if os_score == 0:
109
           if os_score == 0:
108
               os_score = 3
110
               os_score = 3
109
           print "Scores" + str(os_score)
111
           print "Scores" + str(os_score)
110
        score = (20*java_score + 20*security_score + 60*os_score)/100
112
        score = (20*java_score + 20*security_score + 60*os_score)/100