//I am a beginner just learning Python.

I have come across the following usage for the first time.

  totalViruses[i] /= float(numTrials)

Does it mean? ;  totalViruses[i] = totalViruses[i]/float(numTrials)
--
Sydney
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to