Hi can anybody tell me how can i check the variable value is in array or not like i have
variable = 17.40
array = [14.40,14.12,45.50.....]
need to check the variable value is present or not
edited i have try the following but it doesnot work
scoremx = [19,18,17]
style_score=score.objects.get(user_id=request.user.id)
if style_score.style_quiz_score in scoremx:
it goes in else cxondition but it has the 19 value in database