blob: f9fa6409385173145823e0c0f2fe61a4f2a30f22 [file] [log] [blame]
random.choices() now has k as a keyword-only argument to improve the
readability of common cases and come into line with the signature used in
other languages.