TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #273 · 26 јул.

В стандартном модуле 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

Резултати

Пронајдени 2 слични објави

Пребарај: #tex

当前筛选 #tex清除筛选
GitHub Trends

@githubtrending · Post #15490 · 13.02.2026 г., 13:30

#tex Google DeepMind's Superhuman Reasoning team shares projects like AlphaGeometry (solves geometry proofs), AlphaGeometry2 (IMO silver medal), IMO Bench (math benchmarks with 400+ problems for AI testing after 2025 gold win), and Aletheia (AI agent that verifies and improves math solutions). All under open Apache 2.0 and CC-BY licenses. This helps you access free tools, datasets, and code to boost your AI math research, build better models, or learn advanced reasoning fast. https://github.com/google-deepmind/superhuman

Hashtags

GitHub Trends

@githubtrending · Post #14674 · 05.05.2025 г., 12:30

#tex#awesome#coverletter#cv#latex#latex_template#overleaf#pdf#resume#sharelatex#tex Awesome CV is a LaTeX template designed for creating professional CVs, résumés, and cover letters with clean, customizable formatting, offering an easy way to produce polished job application documents that stand out. It includes pre-designed layouts, supports PDF generation, and works seamlessly with tools like Overleaf or Docker, saving time while ensuring a visually consistent and industry-standard presentation. https://github.com/posquit0/Awesome-CV