Built-In Function: Selection and Arrangement
Explore how to perform random selection and arrange data using Python's built-in functions. Understand how Python's randint() compares to PowerShell's Get-Random and how sorted() handles ascending and descending list sorting for effective data manipulation.
We'll cover the following...
We'll cover the following...
Random Selection
PowerShell has a Get-Random cmdlet to return a random number where we can define the maximum and minimum possible number within a range.
...