[Tutor] totalViruses[i] /= float(numTrials),
Sydney Shall
s.shall at virginmedia.com
Wed Apr 24 16:59:39 CEST 2013
//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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130424/f44bc8c8/attachment.html>
More information about the Tutor
mailing list