В стандартном модуле random есть две очень похожие функции
random.randint()
random.randrange()
Обе возвращают случайное значение из указанного диапазона
>>> random.randint(10, 20)
12
>>> random.randrange(10, 20)
17
В чем же отличие?
Дело в том что у randrange() есть третий параметр step.
randint() действительно возвращает случайное число из указанного диапазона.
randrange() на первый взгляд делает тоже самое если передать также два параметра.
Но есть указать еще и step то наш диапазон усложняется, то есть в него попадёт не полный ряд значений.
Например, я хочу получить случайное значение из диапазона но только чётное число. Тогда достаточно сделать так:
>>> randrange(10, 20, 2)
16
Таким образом получается что randint это частный случай randrange без указания параметра step.
Еще одно важное отличие в том, что randint() включает в диапазон второе значение а randrange() нет. То есть выражение randrange(10, 20) никогда не вернёт 20, а randint(10, 20) вернёт.
#tricks#basic
👑🏟 Los Royals están cambiando las dimensiones de la pared del campo exterior, moviendo la mayoría de las vallas del Estadio Kauffman en 10 pies y reduciendo su altura.
El equipo espera que las alteraciones en el Estadio Kauffman transformen "un estadio notoriamente malo para batear jonrones", escribe Jeff Passan, en un parque que "jugará al nivel promedio de la liga".
El centro y las esquinas permanecerán iguales, pero desde el centro izquierdo y derecho HASTA las esquinas, las longitudes se cambiarán de 389 pies a 379 pies, y la altura de la pared se cambiará de 10 pies a 8,5 pies.
#️⃣#Royals
🗞 | t.me/MLB_Daily
👑👑 Los Royals y el tercera base Maikel García supuestamente acordaron una extensión de 5 años, según múltiples informes, incluido el del insider de MLB Network, Jon Heyman.
#️⃣#Royals#MGarcía
🗞 | t.me/MLB_Daily
UK's Prince William says great minds should focus on saving Earth not space travel
Britain's Prince William takes veiled swipe at the billionaires embroiled in a space tourism race, saying the world's greatest brains should instead be focused on solving the environmental problems.
#PrinceWilliam#Britain#UK#Royals#SpaceTourism#ClimateChange#Earth#Environment#News#Reuters
Subscribe: http://smarturl.it/reuterssubscribe
Reuters brings you the latest business, finance and breaking news video from around the globe. Our reputation for accuracy and impartiality is unparalleled.
Get the latest news on: http://reuters.com/
Follow Reuters on Facebook: https://www.facebook.com/Reuters
Follow Reuters on Twitter: https://twitter.com/Reuters
Follow Reuters on Instagram: https://www.instagram.com/reuters/?hl=en
➖@reutersworldchannel➖