How can i find the percentage of positive numbers in a list for Python 2.7? for example A=[3,8,-12,-15] the output of positives numbers to be 50% (i searched some similar ca