[Daniel Holth]
> But who could forget njzrs' wasp UAV software line 107, using
> int=float? 
> https://github.com/nzjrs/wasp/blob/master/sw/groundstation/wasp/__init__.py#L107

I could forget it ;-)  The remarkable thing about the two instances of:

     random.randrange(0.0,1.0, int=float)

in that file is that they're obscure and inefficient ways to spell:

     random.random()

Which reminds me.  I used to think there was no such thing as a stupid
question.  Then I discovered Stack Overflow ;-)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to